Html Css Color HEX #2155B6 Cerulean Blue

📋 copy color: '#2155B6'

red 33 ◦ green 85 ◦ blue 182

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

Shades of Cerulean Blue #2155B6

Tints of Cerulean Blue #2155B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 60.67%

R = 11%
G = 28.33%
B = 60.67%

CMYK

 C value IS 0.82

 M value IS 0.53

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2155B6 (or 0x2155B6) is known color: Cerulean Blue. HEX triplet: 21, 55 and B6. RGB value is (33,85,182). Sum of RGB (Red+Green+Blue) = 33+85+182=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 182 (71.48% from 255 or 60.67% from 300); Max value from RGB is 182 - color contains mainly: blue. Hex color #2155B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2155B6 is #DEAA49. Grayscale: #505050. Windows color (decimal): -14592586 or 11949345. OLE color: 11949345.

HSL color Cylindrical-coordinate representation of color #2155B6: hue angle of 219.06º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2155B6 is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 33 85 182 -
CMYK 0.82 0.53 0 0.29
HSL 219.06º 0.69% 0.42% -
HSV(B) 219.06º 0.82% 0.71% -
XYZ 12.32 10.2 45.58 -
YUV 80.51 185.27 94.11 -
System Red Green Blue C M Y K H S L
Decimal 33 85 182 0.82 0.53 0 0.29 219.06 0.69 0.42
Hex 21 55 B6 52 35 0 1D DB 45 2A
Octal 41 125 266 122 65 0 35 333 105 52
Binary 100001 1010101 10110110 1010010 110101 0 11101 11011011 1000101 101010

Color Harmonies of #2155B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2155B6

Black with #2155B6

Text Example


Text Example

White with #2155B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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