Html Css Color HEX #2A4DDC Cerulean Blue

📋 copy color: '#2A4DDC'

red 42 ◦ green 77 ◦ blue 220

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

Shades of Cerulean Blue #2A4DDC

Tints of Cerulean Blue #2A4DDC

RGB

 RED value IS 42 (16.8% from 255) = 12.39%

 GREEN value IS 77 (30.47% from 255) = 22.71%

 BLUE value IS 220 (86.33% from 255) = 64.9%

R = 12.39%
G = 22.71%
B = 64.9%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2A4DDC (or 0x2A4DDC) is known color: Cerulean Blue. HEX triplet: 2A, 4D and DC. RGB value is (42,77,220). Sum of RGB (Red+Green+Blue) = 42+77+220=339 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.39% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 220 (86.33% from 255 or 64.90% from 339); Max value from RGB is 220 - color contains mainly: blue. Hex color #2A4DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A4DDC is #D5B223. Grayscale: #525252. Windows color (decimal): -14004772 or 14437674. OLE color: 14437674.

HSL color Cylindrical-coordinate representation of color #2A4DDC: hue angle of 228.2º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A4DDC is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 42 77 220 -
CMYK 0.81 0.65 0 0.14
HSL 228.2º 0.72% 0.51% -
HSV(B) 228.2º 0.81% 0.86% -
XYZ 16.53 10.97 68.96 -
YUV 82.84 205.4 98.87 -
System Red Green Blue C M Y K H S L
Decimal 42 77 220 0.81 0.65 0 0.14 228.2 0.72 0.51
Hex 2A 4D DC 51 41 0 E E4 48 33
Octal 52 115 334 121 101 0 16 344 110 63
Binary 101010 1001101 11011100 1010001 1000001 0 1110 11100100 1001000 110011

Color Harmonies of #2A4DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4DDC

Black with #2A4DDC

Text Example


Text Example

White with #2A4DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,77,220); }

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

background-color css

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

 a { background-color: rgb(42,77,220); }

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

border-color css

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

 span { border-color: rgb(42,77,220); }

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