Html Css Color HEX #217EC9 Curious Blue

📋 copy color: '#217EC9'

red 33 ◦ green 126 ◦ blue 201

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

Shades of Curious Blue #217EC9

Tints of Curious Blue #217EC9

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35%

 BLUE value IS 201 (78.91% from 255) = 55.83%

R = 9.17%
G = 35%
B = 55.83%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#217EC9 (or 0x217EC9) is known color: Curious Blue. HEX triplet: 21, 7E and C9. RGB value is (33,126,201). Sum of RGB (Red+Green+Blue) = 33+126+201=360 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.17% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 201 (78.91% from 255 or 55.83% from 360); Max value from RGB is 201 - color contains mainly: blue. Hex color #217EC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217EC9 is #DE8136. Grayscale: #6A6A6A. Windows color (decimal): -14582071 or 13205025. OLE color: 13205025.

HSL color Cylindrical-coordinate representation of color #217EC9: hue angle of 206.79º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #217EC9 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 33 126 201 -
CMYK 0.84 0.37 0 0.21
HSL 206.79º 0.72% 0.46% -
HSV(B) 206.79º 0.84% 0.79% -
XYZ 18.63 19.46 58.03 -
YUV 106.74 181.19 75.4 -
System Red Green Blue C M Y K H S L
Decimal 33 126 201 0.84 0.37 0 0.21 206.79 0.72 0.46
Hex 21 7E C9 54 25 0 15 CF 48 2E
Octal 41 176 311 124 45 0 25 317 110 56
Binary 100001 1111110 11001001 1010100 100101 0 10101 11001111 1001000 101110

Color Harmonies of #217EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217EC9

Black with #217EC9

Text Example


Text Example

White with #217EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,126,201); }

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

background-color css

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

 a { background-color: rgb(33,126,201); }

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

border-color css

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

 span { border-color: rgb(33,126,201); }

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