Html Css Color HEX #2C4FDF Cerulean Blue

📋 copy color: '#2C4FDF'

red 44 ◦ green 79 ◦ blue 223

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

Shades of Cerulean Blue #2C4FDF

Tints of Cerulean Blue #2C4FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 64.45%

R = 12.72%
G = 22.83%
B = 64.45%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2C4FDF (or 0x2C4FDF) is known color: Cerulean Blue. HEX triplet: 2C, 4F and DF. RGB value is (44,79,223). Sum of RGB (Red+Green+Blue) = 44+79+223=346 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.72% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #2C4FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C4FDF is #D3B020. Grayscale: #545454. Windows color (decimal): -13873185 or 14634796. OLE color: 14634796.

HSL color Cylindrical-coordinate representation of color #2C4FDF: hue angle of 228.27º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C4FDF is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 44 79 223 -
CMYK 0.80 0.65 0 0.13
HSL 228.27º 0.74% 0.52% -
HSV(B) 228.27º 0.8% 0.87% -
XYZ 17.15 11.46 71.12 -
YUV 84.95 205.9 98.79 -
System Red Green Blue C M Y K H S L
Decimal 44 79 223 0.80 0.65 0 0.13 228.27 0.74 0.52
Hex 2C 4F DF 50 41 0 D E4 4A 34
Octal 54 117 337 120 101 0 15 344 112 64
Binary 101100 1001111 11011111 1010000 1000001 0 1101 11100100 1001010 110100

Color Harmonies of #2C4FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4FDF

Black with #2C4FDF

Text Example


Text Example

White with #2C4FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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