Html Css Color HEX #217EBD Curious Blue

📋 copy color: '#217EBD'

red 33 ◦ green 126 ◦ blue 189

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

Shades of Curious Blue #217EBD

Tints of Curious Blue #217EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 54.31%

R = 9.48%
G = 36.21%
B = 54.31%

CMYK

 C value IS 0.83

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#217EBD (or 0x217EBD) is known color: Curious Blue. HEX triplet: 21, 7E and BD. RGB value is (33,126,189). Sum of RGB (Red+Green+Blue) = 33+126+189=348 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.48% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 189 (74.22% from 255 or 54.31% from 348); Max value from RGB is 189 - color contains mainly: blue. Hex color #217EBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217EBD is #DE8142. Grayscale: #696969. Windows color (decimal): -14582083 or 12418593. OLE color: 12418593.

HSL color Cylindrical-coordinate representation of color #217EBD: hue angle of 204.23º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #217EBD is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 33 126 189 -
CMYK 0.83 0.33 0 0.26
HSL 204.23º 0.7% 0.44% -
HSV(B) 204.23º 0.83% 0.74% -
XYZ 17.27 18.92 50.89 -
YUV 105.38 175.19 76.38 -
System Red Green Blue C M Y K H S L
Decimal 33 126 189 0.83 0.33 0 0.26 204.23 0.7 0.44
Hex 21 7E BD 53 21 0 1A CC 46 2C
Octal 41 176 275 123 41 0 32 314 106 54
Binary 100001 1111110 10111101 1010011 100001 0 11010 11001100 1000110 101100

Color Harmonies of #217EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217EBD

Black with #217EBD

Text Example


Text Example

White with #217EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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