Html Css Color HEX #2158EE Royal Blue

📋 copy color: '#2158EE'

red 33 ◦ green 88 ◦ blue 238

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

Shades of Royal Blue #2158EE

Tints of Royal Blue #2158EE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.51%

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

R = 9.19%
G = 24.51%
B = 66.3%

CMYK

 C value IS 0.86

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2158EE (or 0x2158EE) is known color: Royal Blue. HEX triplet: 21, 58 and EE. RGB value is (33,88,238). Sum of RGB (Red+Green+Blue) = 33+88+238=359 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.19% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 238 (93.36% from 255 or 66.30% from 359); Max value from RGB is 238 - color contains mainly: blue. Hex color #2158EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2158EE is #DEA711. Grayscale: #585858. Windows color (decimal): -14591762 or 15620129. OLE color: 15620129.

HSL color Cylindrical-coordinate representation of color #2158EE: hue angle of 223.9º 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 #2158EE is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 88 238 -
CMYK 0.86 0.63 0 0.07
HSL 223.9º 0.86% 0.53% -
HSV(B) 223.9º 0.86% 0.93% -
XYZ 19.55 13.48 82.46 -
YUV 88.66 212.28 88.3 -
System Red Green Blue C M Y K H S L
Decimal 33 88 238 0.86 0.63 0 0.07 223.9 0.86 0.53
Hex 21 58 EE 56 3F 0 7 E0 56 35
Octal 41 130 356 126 77 0 7 340 126 65
Binary 100001 1011000 11101110 1010110 111111 0 111 11100000 1010110 110101

Color Harmonies of #2158EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2158EE

Black with #2158EE

Text Example


Text Example

White with #2158EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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