Html Css Color HEX #2166E0 Royal Blue

📋 copy color: '#2166E0'

red 33 ◦ green 102 ◦ blue 224

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

Shades of Royal Blue #2166E0

Tints of Royal Blue #2166E0

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.41%

 BLUE value IS 224 (87.89% from 255) = 62.4%

R = 9.19%
G = 28.41%
B = 62.4%

CMYK

 C value IS 0.85

 M value IS 0.54

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2166E0 (or 0x2166E0) is known color: Royal Blue. HEX triplet: 21, 66 and E0. RGB value is (33,102,224). Sum of RGB (Red+Green+Blue) = 33+102+224=359 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.19% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 224 (87.89% from 255 or 62.40% from 359); Max value from RGB is 224 - color contains mainly: blue. Hex color #2166E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2166E0 is #DE991F. Grayscale: #5E5E5E. Windows color (decimal): -14588192 or 14706209. OLE color: 14706209.

HSL color Cylindrical-coordinate representation of color #2166E0: hue angle of 218.32º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2166E0 is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 33 102 224 -
CMYK 0.85 0.54 0 0.12
HSL 218.32º 0.75% 0.5% -
HSV(B) 218.32º 0.85% 0.88% -
XYZ 18.83 15.21 72.46 -
YUV 95.28 200.64 83.58 -
System Red Green Blue C M Y K H S L
Decimal 33 102 224 0.85 0.54 0 0.12 218.32 0.75 0.5
Hex 21 66 E0 55 36 0 C DA 4B 32
Octal 41 146 340 125 66 0 14 332 113 62
Binary 100001 1100110 11100000 1010101 110110 0 1100 11011010 1001011 110010

Color Harmonies of #2166E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2166E0

Black with #2166E0

Text Example


Text Example

White with #2166E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2166E0; }

 p { color: rgb(33,102,224); }

 H1.HeaderClassName
 {
   color: #2166E0;
 }
 .AnyTagClassName
 {
   color: #2166E0;
 }
</style>

background-color css

<style>
 a { background-color: #2166E0; }

 a { background-color: rgb(33,102,224); }

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

border-color css

<style>
 span { border-color: #2166E0; }

 span { border-color: rgb(33,102,224); }

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