Html Css Color HEX #2C4FDB Cerulean Blue

📋 copy color: '#2C4FDB'

red 44 ◦ green 79 ◦ blue 219

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

Shades of Cerulean Blue #2C4FDB

Tints of Cerulean Blue #2C4FDB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.1%

 BLUE value IS 219 (85.94% from 255) = 64.04%

R = 12.87%
G = 23.1%
B = 64.04%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2C4FDB (or 0x2C4FDB) is known color: Cerulean Blue. HEX triplet: 2C, 4F and DB. RGB value is (44,79,219). Sum of RGB (Red+Green+Blue) = 44+79+219=342 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.87% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #2C4FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C4FDB is #D3B024. Grayscale: #535353. Windows color (decimal): -13873189 or 14372652. OLE color: 14372652.

HSL color Cylindrical-coordinate representation of color #2C4FDB: hue angle of 228º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C4FDB is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 44 79 219 -
CMYK 0.80 0.64 0 0.14
HSL 228º 0.71% 0.52% -
HSV(B) 228º 0.8% 0.86% -
XYZ 16.62 11.24 68.31 -
YUV 84.5 203.9 99.12 -
System Red Green Blue C M Y K H S L
Decimal 44 79 219 0.80 0.64 0 0.14 228 0.71 0.52
Hex 2C 4F DB 50 40 0 E E4 47 34
Octal 54 117 333 120 100 0 16 344 107 64
Binary 101100 1001111 11011011 1010000 1000000 0 1110 11100100 1000111 110100

Color Harmonies of #2C4FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4FDB

Black with #2C4FDB

Text Example


Text Example

White with #2C4FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,79,219); }

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

background-color css

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

 a { background-color: rgb(44,79,219); }

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

border-color css

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

 span { border-color: rgb(44,79,219); }

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