Html Css Color HEX #217EBA Curious Blue

📋 copy color: '#217EBA'

red 33 ◦ green 126 ◦ blue 186

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

Shades of Curious Blue #217EBA

Tints of Curious Blue #217EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.91%

R = 9.57%
G = 36.52%
B = 53.91%

CMYK

 C value IS 0.82

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#217EBA (or 0x217EBA) is known color: Curious Blue. HEX triplet: 21, 7E and BA. RGB value is (33,126,186). Sum of RGB (Red+Green+Blue) = 33+126+186=345 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.57% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #217EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217EBA is #DE8145. Grayscale: #686868. Windows color (decimal): -14582086 or 12221985. OLE color: 12221985.

HSL color Cylindrical-coordinate representation of color #217EBA: hue angle of 203.53º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #217EBA is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 126 186 -
CMYK 0.82 0.32 0 0.27
HSL 203.53º 0.7% 0.43% -
HSV(B) 203.53º 0.82% 0.73% -
XYZ 16.95 18.79 49.19 -
YUV 105.03 173.69 76.62 -
System Red Green Blue C M Y K H S L
Decimal 33 126 186 0.82 0.32 0 0.27 203.53 0.7 0.43
Hex 21 7E BA 52 20 0 1B CC 46 2B
Octal 41 176 272 122 40 0 33 314 106 53
Binary 100001 1111110 10111010 1010010 100000 0 11011 11001100 1000110 101011

Color Harmonies of #217EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217EBA

Black with #217EBA

Text Example


Text Example

White with #217EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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