Html Css Color HEX #2055BC Cerulean Blue

📋 copy color: '#2055BC'

red 32 ◦ green 85 ◦ blue 188

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

Shades of Cerulean Blue #2055BC

Tints of Cerulean Blue #2055BC

RGB

 RED value IS 32 (12.89% from 255) = 10.49%

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

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

R = 10.49%
G = 27.87%
B = 61.64%

CMYK

 C value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2055BC (or 0x2055BC) is known color: Cerulean Blue. HEX triplet: 20, 55 and BC. RGB value is (32,85,188). Sum of RGB (Red+Green+Blue) = 32+85+188=305 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.49% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 188 (73.83% from 255 or 61.64% from 305); Max value from RGB is 188 - color contains mainly: blue. Hex color #2055BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2055BC is #DFAA43. Grayscale: #505050. Windows color (decimal): -14658116 or 12342560. OLE color: 12342560.

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

Color convert

RGB 32 85 188 -
CMYK 0.83 0.55 0 0.26
HSL 219.62º 0.71% 0.43% -
HSV(B) 219.62º 0.83% 0.74% -
XYZ 12.92 10.43 48.91 -
YUV 80.9 188.44 93.12 -
System Red Green Blue C M Y K H S L
Decimal 32 85 188 0.83 0.55 0 0.26 219.62 0.71 0.43
Hex 20 55 BC 53 37 0 1A DC 47 2B
Octal 40 125 274 123 67 0 32 334 107 53
Binary 100000 1010101 10111100 1010011 110111 0 11010 11011100 1000111 101011

Color Harmonies of #2055BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2055BC

Black with #2055BC

Text Example


Text Example

White with #2055BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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