Html Css Color HEX #2155BF Cerulean Blue

📋 copy color: '#2155BF'

red 33 ◦ green 85 ◦ blue 191

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

Shades of Cerulean Blue #2155BF

Tints of Cerulean Blue #2155BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 61.81%

R = 10.68%
G = 27.51%
B = 61.81%

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

#2155BF (or 0x2155BF) is known color: Cerulean Blue. HEX triplet: 21, 55 and BF. RGB value is (33,85,191). Sum of RGB (Red+Green+Blue) = 33+85+191=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 191 (75% from 255 or 61.81% from 309); Max value from RGB is 191 - color contains mainly: blue. Hex color #2155BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2155BF is #DEAA40. Grayscale: #515151. Windows color (decimal): -14592577 or 12539169. OLE color: 12539169.

HSL color Cylindrical-coordinate representation of color #2155BF: hue angle of 220.25º degrees, saturation: 0.71, 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 #2155BF is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 85 191 -
CMYK 0.83 0.55 0 0.25
HSL 220.25º 0.71% 0.44% -
HSV(B) 220.25º 0.83% 0.75% -
XYZ 13.28 10.58 50.63 -
YUV 81.54 189.77 93.38 -
System Red Green Blue C M Y K H S L
Decimal 33 85 191 0.83 0.55 0 0.25 220.25 0.71 0.44
Hex 21 55 BF 53 37 0 19 DC 47 2C
Octal 41 125 277 123 67 0 31 334 107 54
Binary 100001 1010101 10111111 1010011 110111 0 11001 11011100 1000111 101100

Color Harmonies of #2155BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2155BF

Black with #2155BF

Text Example


Text Example

White with #2155BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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