Html Css Color HEX #2C4FDE Cerulean Blue

📋 copy color: '#2C4FDE'

red 44 ◦ green 79 ◦ blue 222

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

Shades of Cerulean Blue #2C4FDE

Tints of Cerulean Blue #2C4FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 64.35%

R = 12.75%
G = 22.9%
B = 64.35%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2C4FDE (or 0x2C4FDE) is known color: Cerulean Blue. HEX triplet: 2C, 4F and DE. RGB value is (44,79,222). Sum of RGB (Red+Green+Blue) = 44+79+222=345 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.75% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 222 (87.11% from 255 or 64.35% from 345); Max value from RGB is 222 - color contains mainly: blue. Hex color #2C4FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C4FDE is #D3B021. Grayscale: #545454. Windows color (decimal): -13873186 or 14569260. OLE color: 14569260.

HSL color Cylindrical-coordinate representation of color #2C4FDE: hue angle of 228.2º degrees, saturation: 0.73, 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 #2C4FDE is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 44 79 222 -
CMYK 0.80 0.64 0 0.13
HSL 228.2º 0.73% 0.52% -
HSV(B) 228.2º 0.8% 0.87% -
XYZ 17.02 11.4 70.41 -
YUV 84.84 205.4 98.87 -
System Red Green Blue C M Y K H S L
Decimal 44 79 222 0.80 0.64 0 0.13 228.2 0.73 0.52
Hex 2C 4F DE 50 40 0 D E4 49 34
Octal 54 117 336 120 100 0 15 344 111 64
Binary 101100 1001111 11011110 1010000 1000000 0 1101 11100100 1001001 110100

Color Harmonies of #2C4FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4FDE

Black with #2C4FDE

Text Example


Text Example

White with #2C4FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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