Html Css Color HEX #2D4EDA Cerulean Blue

📋 copy color: '#2D4EDA'

red 45 ◦ green 78 ◦ blue 218

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

Shades of Cerulean Blue #2D4EDA

Tints of Cerulean Blue #2D4EDA

RGB

 RED value IS 45 (17.97% from 255) = 13.2%

 GREEN value IS 78 (30.86% from 255) = 22.87%

 BLUE value IS 218 (85.55% from 255) = 63.93%

R = 13.2%
G = 22.87%
B = 63.93%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2D4EDA (or 0x2D4EDA) is known color: Cerulean Blue. HEX triplet: 2D, 4E and DA. RGB value is (45,78,218). Sum of RGB (Red+Green+Blue) = 45+78+218=341 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.20% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 218 (85.55% from 255 or 63.93% from 341); Max value from RGB is 218 - color contains mainly: blue. Hex color #2D4EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D4EDA is #D2B125. Grayscale: #535353. Windows color (decimal): -13807910 or 14306861. OLE color: 14306861.

HSL color Cylindrical-coordinate representation of color #2D4EDA: hue angle of 228.55º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D4EDA is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 45 78 218 -
CMYK 0.79 0.64 0 0.15
HSL 228.55º 0.7% 0.52% -
HSV(B) 228.55º 0.79% 0.85% -
XYZ 16.46 11.07 67.6 -
YUV 84.09 203.57 100.12 -
System Red Green Blue C M Y K H S L
Decimal 45 78 218 0.79 0.64 0 0.15 228.55 0.7 0.52
Hex 2D 4E DA 4F 40 0 F E5 46 34
Octal 55 116 332 117 100 0 17 345 106 64
Binary 101101 1001110 11011010 1001111 1000000 0 1111 11100101 1000110 110100

Color Harmonies of #2D4EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4EDA

Black with #2D4EDA

Text Example


Text Example

White with #2D4EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,78,218); }

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

background-color css

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

 a { background-color: rgb(45,78,218); }

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

border-color css

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

 span { border-color: rgb(45,78,218); }

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