Html Css Color HEX #2155BC Cerulean Blue

📋 copy color: '#2155BC'

red 33 ◦ green 85 ◦ blue 188

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

Shades of Cerulean Blue #2155BC

Tints of Cerulean Blue #2155BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 61.44%

R = 10.78%
G = 27.78%
B = 61.44%

CMYK

 C value IS 0.82

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2155BC (or 0x2155BC) is known color: Cerulean Blue. HEX triplet: 21, 55 and BC. RGB value is (33,85,188). Sum of RGB (Red+Green+Blue) = 33+85+188=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 188 (73.83% from 255 or 61.44% from 306); Max value from RGB is 188 - color contains mainly: blue. Hex color #2155BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2155BC is #DEAA43. Grayscale: #505050. Windows color (decimal): -14592580 or 12342561. OLE color: 12342561.

HSL color Cylindrical-coordinate representation of color #2155BC: hue angle of 219.87º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2155BC is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 33 85 188 -
CMYK 0.82 0.55 0 0.26
HSL 219.87º 0.7% 0.43% -
HSV(B) 219.87º 0.82% 0.74% -
XYZ 12.95 10.45 48.91 -
YUV 81.19 188.27 93.62 -
System Red Green Blue C M Y K H S L
Decimal 33 85 188 0.82 0.55 0 0.26 219.87 0.7 0.43
Hex 21 55 BC 52 37 0 1A DC 46 2B
Octal 41 125 274 122 67 0 32 334 106 53
Binary 100001 1010101 10111100 1010010 110111 0 11010 11011100 1000110 101011

Color Harmonies of #2155BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2155BC

Black with #2155BC

Text Example


Text Example

White with #2155BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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