Html Css Color HEX #2C4FBF Cerulean Blue

📋 copy color: '#2C4FBF'

red 44 ◦ green 79 ◦ blue 191

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

Shades of Cerulean Blue #2C4FBF

Tints of Cerulean Blue #2C4FBF

RGB

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

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

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

R = 14.01%
G = 25.16%
B = 60.83%

CMYK

 C value IS 0.77

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2C4FBF (or 0x2C4FBF) is known color: Cerulean Blue. HEX triplet: 2C, 4F and BF. RGB value is (44,79,191). Sum of RGB (Red+Green+Blue) = 44+79+191=314 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.01% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 191 (75% from 255 or 60.83% from 314); Max value from RGB is 191 - color contains mainly: blue. Hex color #2C4FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C4FBF is #D3B040. Grayscale: #505050. Windows color (decimal): -13873217 or 12537644. OLE color: 12537644.

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

Color convert

RGB 44 79 191 -
CMYK 0.77 0.59 0 0.25
HSL 225.71º 0.63% 0.46% -
HSV(B) 225.71º 0.77% 0.75% -
XYZ 13.24 9.89 50.5 -
YUV 81.3 189.9 101.39 -
System Red Green Blue C M Y K H S L
Decimal 44 79 191 0.77 0.59 0 0.25 225.71 0.63 0.46
Hex 2C 4F BF 4D 3B 0 19 E2 3F 2E
Octal 54 117 277 115 73 0 31 342 77 56
Binary 101100 1001111 10111111 1001101 111011 0 11001 11100010 111111 101110

Color Harmonies of #2C4FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4FBF

Black with #2C4FBF

Text Example


Text Example

White with #2C4FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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