Html Css Color HEX #217FCE Curious Blue

📋 copy color: '#217FCE'

red 33 ◦ green 127 ◦ blue 206

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

Shades of Curious Blue #217FCE

Tints of Curious Blue #217FCE

RGB

 RED value IS 33 (13.28% from 255) = 9.02%

 GREEN value IS 127 (50% from 255) = 34.7%

 BLUE value IS 206 (80.86% from 255) = 56.28%

R = 9.02%
G = 34.7%
B = 56.28%

CMYK

 C value IS 0.84

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#217FCE (or 0x217FCE) is known color: Curious Blue. HEX triplet: 21, 7F and CE. RGB value is (33,127,206). Sum of RGB (Red+Green+Blue) = 33+127+206=366 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.02% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #217FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217FCE is #DE8031. Grayscale: #6B6B6B. Windows color (decimal): -14581810 or 13532961. OLE color: 13532961.

HSL color Cylindrical-coordinate representation of color #217FCE: hue angle of 207.4º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #217FCE is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 127 206 -
CMYK 0.84 0.38 0 0.19
HSL 207.4º 0.72% 0.47% -
HSV(B) 207.4º 0.84% 0.81% -
XYZ 19.36 19.96 61.22 -
YUV 107.9 183.36 74.58 -
System Red Green Blue C M Y K H S L
Decimal 33 127 206 0.84 0.38 0 0.19 207.4 0.72 0.47
Hex 21 7F CE 54 26 0 13 CF 48 2F
Octal 41 177 316 124 46 0 23 317 110 57
Binary 100001 1111111 11001110 1010100 100110 0 10011 11001111 1001000 101111

Color Harmonies of #217FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217FCE

Black with #217FCE

Text Example


Text Example

White with #217FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #217FCE;
 }
 .AnyTagClassName
 {
   color: #217FCE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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