Html Css Color HEX #2C4FBD Cerulean Blue

📋 copy color: '#2C4FBD'

red 44 ◦ green 79 ◦ blue 189

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

Shades of Cerulean Blue #2C4FBD

Tints of Cerulean Blue #2C4FBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 60.58%

R = 14.1%
G = 25.32%
B = 60.58%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2C4FBD (or 0x2C4FBD) is known color: Cerulean Blue. HEX triplet: 2C, 4F and BD. RGB value is (44,79,189). Sum of RGB (Red+Green+Blue) = 44+79+189=312 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.10% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 189 (74.22% from 255 or 60.58% from 312); Max value from RGB is 189 - color contains mainly: blue. Hex color #2C4FBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C4FBD is #D3B042. Grayscale: #505050. Windows color (decimal): -13873219 or 12406572. OLE color: 12406572.

HSL color Cylindrical-coordinate representation of color #2C4FBD: hue angle of 225.52º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C4FBD is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 44 79 189 -
CMYK 0.77 0.58 0 0.26
HSL 225.52º 0.62% 0.46% -
HSV(B) 225.52º 0.77% 0.74% -
XYZ 13.02 9.8 49.35 -
YUV 81.08 188.9 101.56 -
System Red Green Blue C M Y K H S L
Decimal 44 79 189 0.77 0.58 0 0.26 225.52 0.62 0.46
Hex 2C 4F BD 4D 3A 0 1A E2 3E 2E
Octal 54 117 275 115 72 0 32 342 76 56
Binary 101100 1001111 10111101 1001101 111010 0 11010 11100010 111110 101110

Color Harmonies of #2C4FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4FBD

Black with #2C4FBD

Text Example


Text Example

White with #2C4FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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