#2a4ed6

Color #2A4ED6 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #2A4ED6

Tints of Cerulean Blue #2A4ED6

Color information

#2A4ED6 (or 0x2A4ED6) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 4E and D6. RGB value is (42,78,214). Sum of RGB (Red+Green+Blue) = 42+78+214=334 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.57% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 214 (83.98% from 255 or 64.07% from 334); Max value from RGB is 214 - color contains mainly: blue. Hex color #2A4ED6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A4ED6 is #D5B129. Grayscale: #525252. Windows color (decimal): -14004522 or 14044714. OLE color: 14044714.

HSL color Cylindrical-coordinate representation of color #2A4ED6: hue angle of 227.44º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A4ED6 is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4278214-
CMYK0.800.6400.16
HSL227.44º67.72%50.2%-
HSV(B)227.44º80.37%83.92%-
XYZ15.8210.864.87-
YUV82.74202.0798.94-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.57%
GREEN value IS 78 (30.86% from 255) = 23.35%
BLUE value IS 214 (83.98% from 255) = 64.07%
R=12.57%
G=23.35%
B=64.07%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal42782140.800.6400.16227.4467.7250.2
Hex2A4ED65040010e34432
Octal5211632612010002034310462
Binary10101010011101101011010100001000000010000111000111000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a4ed6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,78,214); }

 H1.HeaderClassName
 {
   color: #2a4ed6;
 }
 .AnyTagClassName
 {
   color: #2a4ed6;
 }
</style>
background-color css

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

 a { background-color: rgb(42,78,214); }

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

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

 span { border-color: rgb(42,78,214); }

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