Html Css Color HEX #217FCC Curious Blue

📋 copy color: '#217FCC'

red 33 ◦ green 127 ◦ blue 204

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

Shades of Curious Blue #217FCC

Tints of Curious Blue #217FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.04%

R = 9.07%
G = 34.89%
B = 56.04%

CMYK

 C value IS 0.84

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#217FCC (or 0x217FCC) is known color: Curious Blue. HEX triplet: 21, 7F and CC. RGB value is (33,127,204). Sum of RGB (Red+Green+Blue) = 33+127+204=364 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.07% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #217FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217FCC is #DE8033. Grayscale: #6B6B6B. Windows color (decimal): -14581812 or 13401889. OLE color: 13401889.

HSL color Cylindrical-coordinate representation of color #217FCC: hue angle of 207.02º 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 #217FCC is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 33 127 204 -
CMYK 0.84 0.38 0 0.2
HSL 207.02º 0.72% 0.46% -
HSV(B) 207.02º 0.84% 0.8% -
XYZ 19.12 19.86 59.95 -
YUV 107.67 182.36 74.74 -
System Red Green Blue C M Y K H S L
Decimal 33 127 204 0.84 0.38 0 0.2 207.02 0.72 0.46
Hex 21 7F CC 54 26 0 14 CF 48 2E
Octal 41 177 314 124 46 0 24 317 110 56
Binary 100001 1111111 11001100 1010100 100110 0 10100 11001111 1001000 101110

Color Harmonies of #217FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217FCC

Black with #217FCC

Text Example


Text Example

White with #217FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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