Html Css Color HEX #217FCD Curious Blue

📋 copy color: '#217FCD'

red 33 ◦ green 127 ◦ blue 205

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

Shades of Curious Blue #217FCD

Tints of Curious Blue #217FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.16%

R = 9.04%
G = 34.79%
B = 56.16%

CMYK

 C value IS 0.84

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#217FCD (or 0x217FCD) is known color: Curious Blue. HEX triplet: 21, 7F and CD. RGB value is (33,127,205). Sum of RGB (Red+Green+Blue) = 33+127+205=365 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.04% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #217FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217FCD is #DE8032. Grayscale: #6B6B6B. Windows color (decimal): -14581811 or 13467425. OLE color: 13467425.

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

Color convert

RGB 33 127 205 -
CMYK 0.84 0.38 0 0.20
HSL 207.21º 0.72% 0.47% -
HSV(B) 207.21º 0.84% 0.8% -
XYZ 19.24 19.91 60.59 -
YUV 107.79 182.86 74.66 -
System Red Green Blue C M Y K H S L
Decimal 33 127 205 0.84 0.38 0 0.20 207.21 0.72 0.47
Hex 21 7F CD 54 26 0 14 CF 48 2F
Octal 41 177 315 124 46 0 24 317 110 57
Binary 100001 1111111 11001101 1010100 100110 0 10100 11001111 1001000 101111

Color Harmonies of #217FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217FCD

Black with #217FCD

Text Example


Text Example

White with #217FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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