Html Css Color HEX #2166EE Royal Blue

📋 copy color: '#2166EE'

red 33 ◦ green 102 ◦ blue 238

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

Shades of Royal Blue #2166EE

Tints of Royal Blue #2166EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 63.81%

R = 8.85%
G = 27.35%
B = 63.81%

CMYK

 C value IS 0.86

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2166EE (or 0x2166EE) is known color: Royal Blue. HEX triplet: 21, 66 and EE. RGB value is (33,102,238). Sum of RGB (Red+Green+Blue) = 33+102+238=373 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.85% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 238 (93.36% from 255 or 63.81% from 373); Max value from RGB is 238 - color contains mainly: blue. Hex color #2166EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2166EE is #DE9911. Grayscale: #606060. Windows color (decimal): -14588178 or 15623713. OLE color: 15623713.

HSL color Cylindrical-coordinate representation of color #2166EE: hue angle of 219.8º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2166EE is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 102 238 -
CMYK 0.86 0.57 0 0.07
HSL 219.8º 0.86% 0.53% -
HSV(B) 219.8º 0.86% 0.93% -
XYZ 20.81 16 82.88 -
YUV 96.87 207.64 82.44 -
System Red Green Blue C M Y K H S L
Decimal 33 102 238 0.86 0.57 0 0.07 219.8 0.86 0.53
Hex 21 66 EE 56 39 0 7 DC 56 35
Octal 41 146 356 126 71 0 7 334 126 65
Binary 100001 1100110 11101110 1010110 111001 0 111 11011100 1010110 110101

Color Harmonies of #2166EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2166EE

Black with #2166EE

Text Example


Text Example

White with #2166EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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