Html Css Color HEX #2C5ABF Cerulean Blue

📋 copy color: '#2C5ABF'

red 44 ◦ green 90 ◦ blue 191

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

Shades of Cerulean Blue #2C5ABF

Tints of Cerulean Blue #2C5ABF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.69%

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

R = 13.54%
G = 27.69%
B = 58.77%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2C5ABF (or 0x2C5ABF) is known color: Cerulean Blue. HEX triplet: 2C, 5A and BF. RGB value is (44,90,191). Sum of RGB (Red+Green+Blue) = 44+90+191=325 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.54% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 191 (75% from 255 or 58.77% from 325); Max value from RGB is 191 - color contains mainly: blue. Hex color #2C5ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C5ABF is #D3A540. Grayscale: #575757. Windows color (decimal): -13870401 or 12540460. OLE color: 12540460.

HSL color Cylindrical-coordinate representation of color #2C5ABF: hue angle of 221.22º 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 #2C5ABF is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 44 90 191 -
CMYK 0.77 0.53 0 0.25
HSL 221.22º 0.63% 0.46% -
HSV(B) 221.22º 0.77% 0.75% -
XYZ 14.1 11.61 50.79 -
YUV 87.76 186.26 96.79 -
System Red Green Blue C M Y K H S L
Decimal 44 90 191 0.77 0.53 0 0.25 221.22 0.63 0.46
Hex 2C 5A BF 4D 35 0 19 DD 3F 2E
Octal 54 132 277 115 65 0 31 335 77 56
Binary 101100 1011010 10111111 1001101 110101 0 11001 11011101 111111 101110

Color Harmonies of #2C5ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5ABF

Black with #2C5ABF

Text Example


Text Example

White with #2C5ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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