Html Css Color HEX #2155E0 Cerulean Blue

📋 copy color: '#2155E0'

red 33 ◦ green 85 ◦ blue 224

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

Shades of Cerulean Blue #2155E0

Tints of Cerulean Blue #2155E0

RGB

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

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

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

R = 9.65%
G = 24.85%
B = 65.5%

CMYK

 C value IS 0.85

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2155E0 (or 0x2155E0) is known color: Cerulean Blue. HEX triplet: 21, 55 and E0. RGB value is (33,85,224). Sum of RGB (Red+Green+Blue) = 33+85+224=342 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.65% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 224 (87.89% from 255 or 65.50% from 342); Max value from RGB is 224 - color contains mainly: blue. Hex color #2155E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2155E0 is #DEAA1F. Grayscale: #545454. Windows color (decimal): -14592544 or 14701857. OLE color: 14701857.

HSL color Cylindrical-coordinate representation of color #2155E0: hue angle of 223.66º 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 #2155E0 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 33 85 224 -
CMYK 0.85 0.62 0 0.12
HSL 223.66º 0.75% 0.5% -
HSV(B) 223.66º 0.85% 0.88% -
XYZ 17.33 12.2 71.96 -
YUV 85.3 206.27 90.7 -
System Red Green Blue C M Y K H S L
Decimal 33 85 224 0.85 0.62 0 0.12 223.66 0.75 0.5
Hex 21 55 E0 55 3E 0 C E0 4B 32
Octal 41 125 340 125 76 0 14 340 113 62
Binary 100001 1010101 11100000 1010101 111110 0 1100 11100000 1001011 110010

Color Harmonies of #2155E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2155E0

Black with #2155E0

Text Example


Text Example

White with #2155E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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