Html Css Color HEX #2055BF Cerulean Blue

📋 copy color: '#2055BF'

red 32 ◦ green 85 ◦ blue 191

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

Shades of Cerulean Blue #2055BF

Tints of Cerulean Blue #2055BF

RGB

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

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

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

R = 10.39%
G = 27.6%
B = 62.01%

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

#2055BF (or 0x2055BF) is known color: Cerulean Blue. HEX triplet: 20, 55 and BF. RGB value is (32,85,191). Sum of RGB (Red+Green+Blue) = 32+85+191=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 191 (75% from 255 or 62.01% from 308); Max value from RGB is 191 - color contains mainly: blue. Hex color #2055BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2055BF is #DFAA40. Grayscale: #505050. Windows color (decimal): -14658113 or 12539168. OLE color: 12539168.

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

Color convert

RGB 32 85 191 -
CMYK 0.83 0.55 0 0.25
HSL 220º 0.71% 0.44% -
HSV(B) 220º 0.83% 0.75% -
XYZ 13.25 10.57 50.63 -
YUV 81.24 189.94 92.88 -
System Red Green Blue C M Y K H S L
Decimal 32 85 191 0.83 0.55 0 0.25 220 0.71 0.44
Hex 20 55 BF 53 37 0 19 DC 47 2C
Octal 40 125 277 123 67 0 31 334 107 54
Binary 100000 1010101 10111111 1010011 110111 0 11001 11011100 1000111 101100

Color Harmonies of #2055BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2055BF

Black with #2055BF

Text Example


Text Example

White with #2055BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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