Html Css Color HEX #217FD2 Curious Blue

📋 copy color: '#217FD2'

red 33 ◦ green 127 ◦ blue 210

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

Shades of Curious Blue #217FD2

Tints of Curious Blue #217FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 56.76%

R = 8.92%
G = 34.32%
B = 56.76%

CMYK

 C value IS 0.84

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#217FD2 (or 0x217FD2) is known color: Curious Blue. HEX triplet: 21, 7F and D2. RGB value is (33,127,210). Sum of RGB (Red+Green+Blue) = 33+127+210=370 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.92% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 210 (82.42% from 255 or 56.76% from 370); Max value from RGB is 210 - color contains mainly: blue. Hex color #217FD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217FD2 is #DE802D. Grayscale: #6B6B6B. Windows color (decimal): -14581806 or 13795105. OLE color: 13795105.

HSL color Cylindrical-coordinate representation of color #217FD2: hue angle of 208.14º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #217FD2 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 33 127 210 -
CMYK 0.84 0.40 0 0.18
HSL 208.14º 0.73% 0.48% -
HSV(B) 208.14º 0.84% 0.82% -
XYZ 19.85 20.16 63.82 -
YUV 108.36 185.36 74.25 -
System Red Green Blue C M Y K H S L
Decimal 33 127 210 0.84 0.40 0 0.18 208.14 0.73 0.48
Hex 21 7F D2 54 28 0 12 D0 49 30
Octal 41 177 322 124 50 0 22 320 111 60
Binary 100001 1111111 11010010 1010100 101000 0 10010 11010000 1001001 110000

Color Harmonies of #217FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217FD2

Black with #217FD2

Text Example


Text Example

White with #217FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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