Html Css Color HEX #217FCB Curious Blue

📋 copy color: '#217FCB'

red 33 ◦ green 127 ◦ blue 203

#217FCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #217FCB

Tints of Curious Blue #217FCB

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 value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#217FCB (or 0x217FCB) is known color: 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

RGB 33 127 203 -
CMYK 0.84 0.37 0 0.20
HSL 206.82º 0.72% 0.46% -
HSV(B) 206.82º 0.84% 0.8% -
XYZ 19 19.81 59.32 -
YUV 107.56 181.86 74.82 -
System Red Green Blue C M Y K H S L
Decimal 33 127 203 0.84 0.37 0 0.20 206.82 0.72 0.46
Hex 21 7F CB 54 25 0 14 CF 48 2E
Octal 41 177 313 124 45 0 24 317 110 56
Binary 100001 1111111 11001011 1010100 100101 0 10100 11001111 1001000 101110

Color Harmonies of #217FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217FCB

Black with #217FCB

Text Example


Text Example

White with #217FCB

Text Example


Text Example

HTML Codes & Css Web 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>