#217FCB

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

Shades of Curious Blue #217FCB

Tints of Curious Blue #217FCB

Color information

#217FCB (or 0x217FCB) is unknown color: approx Curious Blue. HEX triplet: 21, 7F and CB. RGB value is (33,127,203). Sum of RGB (Red+Green+Blue) = 33+127+203=363 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.09% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #217FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217FCB is #DE8034. Grayscale: #6B6B6B. Windows color (decimal): -14581813 or 13336353. OLE color: 13336353.

HSL color Cylindrical-coordinate representation of color #217FCB: hue angle of 206.82º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #217FCB is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB33127203-
CMYK0.840.3700.20
HSL206.82º72.03%46.27%-
HSV(B)206.82º83.74%79.61%-
XYZ1919.8159.32-
YUV107.56181.8674.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.09%
GREEN value IS 127 (50% from 255) = 34.99%
BLUE value IS 203 (79.69% from 255) = 55.92%
R=9.09%
G=34.99%
B=55.92%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal331272030.840.3700.20206.8272.0346.27
Hex217FCB5425014cf482e
Octal411773131244502431711056
Binary1000011111111110010111010100100101010100110011111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,127,203); }

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

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

 a { background-color: rgb(33,127,203); }

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

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

 span { border-color: rgb(33,127,203); }

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