#2D48DC

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

Shades of Cerulean Blue #2D48DC

Tints of Cerulean Blue #2D48DC

Color information

#2D48DC (or 0x2D48DC) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 48 and DC. RGB value is (45,72,220). Sum of RGB (Red+Green+Blue) = 45+72+220=337 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.35% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 220 (86.33% from 255 or 65.28% from 337); Max value from RGB is 220 - color contains mainly: blue. Hex color #2D48DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D48DC is #D2B723. Grayscale: #505050. Windows color (decimal): -13809444 or 14436397. OLE color: 14436397.

HSL color Cylindrical-coordinate representation of color #2D48DC: hue angle of 230.74º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D48DC is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB4572220-
CMYK0.800.6700.14
HSL230.74º71.43%51.96%-
HSV(B)230.74º79.55%86.27%-
XYZ16.3210.3668.85-
YUV80.8206.55102.47-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.35%
GREEN value IS 72 (28.52% from 255) = 21.36%
BLUE value IS 220 (86.33% from 255) = 65.28%
R=13.35%
G=21.36%
B=65.28%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal45722200.800.6700.14230.7471.4351.96
Hex2D48DC50430Ee74734
Octal5511033412010301634710764
Binary1011011001000110111001010000100001101110111001111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D48DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,72,220); }

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

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

 a { background-color: rgb(45,72,220); }

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

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

 span { border-color: rgb(45,72,220); }

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