Html Css Color HEX #2155EE Royal Blue

📋 copy color: '#2155EE'

red 33 ◦ green 85 ◦ blue 238

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

Shades of Royal Blue #2155EE

Tints of Royal Blue #2155EE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.88%

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

R = 9.27%
G = 23.88%
B = 66.85%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2155EE (or 0x2155EE) is known color: Royal Blue. HEX triplet: 21, 55 and EE. RGB value is (33,85,238). Sum of RGB (Red+Green+Blue) = 33+85+238=356 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.27% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 238 (93.36% from 255 or 66.85% from 356); Max value from RGB is 238 - color contains mainly: blue. Hex color #2155EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2155EE is #DEAA11. Grayscale: #565656. Windows color (decimal): -14592530 or 15619361. OLE color: 15619361.

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

Color convert

RGB 33 85 238 -
CMYK 0.86 0.64 0 0.07
HSL 224.78º 0.86% 0.53% -
HSV(B) 224.78º 0.86% 0.93% -
XYZ 19.31 12.99 82.38 -
YUV 86.89 213.27 89.56 -
System Red Green Blue C M Y K H S L
Decimal 33 85 238 0.86 0.64 0 0.07 224.78 0.86 0.53
Hex 21 55 EE 56 40 0 7 E1 56 35
Octal 41 125 356 126 100 0 7 341 126 65
Binary 100001 1010101 11101110 1010110 1000000 0 111 11100001 1010110 110101

Color Harmonies of #2155EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2155EE

Black with #2155EE

Text Example


Text Example

White with #2155EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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