Html Css Color HEX #2155BE Cerulean Blue

📋 copy color: '#2155BE'

red 33 ◦ green 85 ◦ blue 190

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

Shades of Cerulean Blue #2155BE

Tints of Cerulean Blue #2155BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 61.69%

R = 10.71%
G = 27.6%
B = 61.69%

CMYK

 C value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2155BE (or 0x2155BE) is known color: Cerulean Blue. HEX triplet: 21, 55 and BE. RGB value is (33,85,190). Sum of RGB (Red+Green+Blue) = 33+85+190=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 190 (74.61% from 255 or 61.69% from 308); Max value from RGB is 190 - color contains mainly: blue. Hex color #2155BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2155BE is #DEAA41. Grayscale: #505050. Windows color (decimal): -14592578 or 12473633. OLE color: 12473633.

HSL color Cylindrical-coordinate representation of color #2155BE: hue angle of 220.13º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2155BE is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 85 190 -
CMYK 0.83 0.55 0 0.25
HSL 220.13º 0.7% 0.44% -
HSV(B) 220.13º 0.83% 0.75% -
XYZ 13.17 10.54 50.06 -
YUV 81.42 189.27 93.46 -
System Red Green Blue C M Y K H S L
Decimal 33 85 190 0.83 0.55 0 0.25 220.13 0.7 0.44
Hex 21 55 BE 53 37 0 19 DC 46 2C
Octal 41 125 276 123 67 0 31 334 106 54
Binary 100001 1010101 10111110 1010011 110111 0 11001 11011100 1000110 101100

Color Harmonies of #2155BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2155BE

Black with #2155BE

Text Example


Text Example

White with #2155BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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