#217DBA

Color #217DBA Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #217DBA

Tints of Curious Blue #217DBA

Color information

#217DBA (or 0x217DBA) is unknown color: approx Curious Blue. HEX triplet: 21, 7D and BA. RGB value is (33,125,186). Sum of RGB (Red+Green+Blue) = 33+125+186=344 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.59% from 344); Green value is 125 (49.22% from 255 or 36.34% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #217DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217DBA is #DE8245. Grayscale: #686868. Windows color (decimal): -14582342 or 12221729. OLE color: 12221729.

HSL color Cylindrical-coordinate representation of color #217DBA: hue angle of 203.92º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #217DBA is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB33125186-
CMYK0.820.3300.27
HSL203.92º69.86%42.94%-
HSV(B)203.92º82.26%72.94%-
XYZ16.8218.5449.15-
YUV104.45174.0277.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 9.59%
GREEN value IS 125 (49.22% from 255) = 36.34%
BLUE value IS 186 (73.05% from 255) = 54.07%
R=9.59%
G=36.34%
B=54.07%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal331251860.820.3300.27203.9269.8642.94
Hex217DBA522101Bcc462b
Octal411752721224103331410653
Binary1000011111101101110101010010100001011011110011001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217DBA; }

 p { color: rgb(33,125,186); }

 H1.HeaderClassName
 {
   color: #217DBA;
 }
 .AnyTagClassName
 {
   color: #217DBA;
 }
</style>
background-color css

<style>
 a { background-color: #217DBA; }

 a { background-color: rgb(33,125,186); }

 div.DivClassName
 {
   background-color: #217DBA;
 }
 .BgClassName
 {
   background-color: #217DBA;
 }
</style>
border-color css

<style>
 span { border-color: #217DBA; }

 span { border-color: rgb(33,125,186); }

 td.TdClassName
 {
   border-color: #217DBA;
 }
 .TagClassName
 {
   border-color: #217DBA;
 }
</style>