Html Css Color HEX #2C5EBA Cerulean Blue

📋 copy color: '#2C5EBA'

red 44 ◦ green 94 ◦ blue 186

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

Shades of Cerulean Blue #2C5EBA

Tints of Cerulean Blue #2C5EBA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.01%

 BLUE value IS 186 (73.05% from 255) = 57.41%

R = 13.58%
G = 29.01%
B = 57.41%

CMYK

 C value IS 0.76

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2C5EBA (or 0x2C5EBA) is known color: Cerulean Blue. HEX triplet: 2C, 5E and BA. RGB value is (44,94,186). Sum of RGB (Red+Green+Blue) = 44+94+186=324 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.58% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #2C5EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C5EBA is #D3A145. Grayscale: #595959. Windows color (decimal): -13869382 or 12213804. OLE color: 12213804.

HSL color Cylindrical-coordinate representation of color #2C5EBA: hue angle of 218.87º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C5EBA is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 44 94 186 -
CMYK 0.76 0.49 0 0.27
HSL 218.87º 0.62% 0.45% -
HSV(B) 218.87º 0.76% 0.73% -
XYZ 13.9 12.09 48.05 -
YUV 89.54 182.44 95.52 -
System Red Green Blue C M Y K H S L
Decimal 44 94 186 0.76 0.49 0 0.27 218.87 0.62 0.45
Hex 2C 5E BA 4C 31 0 1B DB 3E 2D
Octal 54 136 272 114 61 0 33 333 76 55
Binary 101100 1011110 10111010 1001100 110001 0 11011 11011011 111110 101101

Color Harmonies of #2C5EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5EBA

Black with #2C5EBA

Text Example


Text Example

White with #2C5EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,94,186); }

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

background-color css

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

 a { background-color: rgb(44,94,186); }

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

border-color css

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

 span { border-color: rgb(44,94,186); }

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