Html Css Color HEX #2C5DBF Cerulean Blue

📋 copy color: '#2C5DBF'

red 44 ◦ green 93 ◦ blue 191

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

Shades of Cerulean Blue #2C5DBF

Tints of Cerulean Blue #2C5DBF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.35%

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

R = 13.41%
G = 28.35%
B = 58.23%

CMYK

 C value IS 0.77

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2C5DBF (or 0x2C5DBF) is known color: Cerulean Blue. HEX triplet: 2C, 5D and BF. RGB value is (44,93,191). Sum of RGB (Red+Green+Blue) = 44+93+191=328 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.41% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 191 (75% from 255 or 58.23% from 328); Max value from RGB is 191 - color contains mainly: blue. Hex color #2C5DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C5DBF is #D3A240. Grayscale: #595959. Windows color (decimal): -13869633 or 12541228. OLE color: 12541228.

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

Color convert

RGB 44 93 191 -
CMYK 0.77 0.51 0 0.25
HSL 220º 0.63% 0.46% -
HSV(B) 220º 0.77% 0.75% -
XYZ 14.36 12.13 50.87 -
YUV 89.52 185.27 95.53 -
System Red Green Blue C M Y K H S L
Decimal 44 93 191 0.77 0.51 0 0.25 220 0.63 0.46
Hex 2C 5D BF 4D 33 0 19 DC 3F 2E
Octal 54 135 277 115 63 0 31 334 77 56
Binary 101100 1011101 10111111 1001101 110011 0 11001 11011100 111111 101110

Color Harmonies of #2C5DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5DBF

Black with #2C5DBF

Text Example


Text Example

White with #2C5DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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