Html Css Color HEX #2C55BF Cerulean Blue

📋 copy color: '#2C55BF'

red 44 ◦ green 85 ◦ blue 191

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

Shades of Cerulean Blue #2C55BF

Tints of Cerulean Blue #2C55BF

RGB

 RED value IS 44 (17.58% from 255) = 13.75%

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

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

R = 13.75%
G = 26.56%
B = 59.69%

CMYK

 C value IS 0.77

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2C55BF (or 0x2C55BF) is known color: Cerulean Blue. HEX triplet: 2C, 55 and BF. RGB value is (44,85,191). Sum of RGB (Red+Green+Blue) = 44+85+191=320 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.75% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #2C55BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C55BF is #D3AA40. Grayscale: #545454. Windows color (decimal): -13871681 or 12539180. OLE color: 12539180.

HSL color Cylindrical-coordinate representation of color #2C55BF: hue angle of 223.27º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C55BF is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 44 85 191 -
CMYK 0.77 0.55 0 0.25
HSL 223.27º 0.63% 0.46% -
HSV(B) 223.27º 0.77% 0.75% -
XYZ 13.69 10.79 50.65 -
YUV 84.83 187.92 98.88 -
System Red Green Blue C M Y K H S L
Decimal 44 85 191 0.77 0.55 0 0.25 223.27 0.63 0.46
Hex 2C 55 BF 4D 37 0 19 DF 3F 2E
Octal 54 125 277 115 67 0 31 337 77 56
Binary 101100 1010101 10111111 1001101 110111 0 11001 11011111 111111 101110

Color Harmonies of #2C55BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C55BF

Black with #2C55BF

Text Example


Text Example

White with #2C55BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C55BF; }

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

 H1.HeaderClassName
 {
   color: #2C55BF;
 }
 .AnyTagClassName
 {
   color: #2C55BF;
 }
</style>

background-color css

<style>
 a { background-color: #2C55BF; }

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

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

border-color css

<style>
 span { border-color: #2C55BF; }

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

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