#2d5db0

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

Shades of Cerulean Blue #2D5DB0

Tints of Cerulean Blue #2D5DB0

Color information

#2D5DB0 (or 0x2D5DB0) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 5D and B0. RGB value is (45,93,176). Sum of RGB (Red+Green+Blue) = 45+93+176=314 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.33% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 176 (69.14% from 255 or 56.05% from 314); Max value from RGB is 176 - color contains mainly: blue. Hex color #2D5DB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D5DB0 is #D2A24F. Grayscale: #575757. Windows color (decimal): -13804112 or 11558189. OLE color: 11558189.

HSL color Cylindrical-coordinate representation of color #2D5DB0: hue angle of 218.02º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D5DB0 is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4593176-
CMYK0.740.4700.31
HSL218.02º59.28%43.33%-
HSV(B)218.02º74.43%69.02%-
XYZ12.8311.5242.62-
YUV88.11177.697.25-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.33%
GREEN value IS 93 (36.72% from 255) = 29.62%
BLUE value IS 176 (69.14% from 255) = 56.05%
R=14.33%
G=29.62%
B=56.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal45931760.740.4700.31218.0259.2843.33
Hex2D5DB04A2F01Fda3b2b
Octal55135260112570373327353
Binary101101101110110110000100101010111101111111011010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d5db0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,93,176); }

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

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

 a { background-color: rgb(45,93,176); }

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

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

 span { border-color: rgb(45,93,176); }

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