#2D58D0

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

Shades of Cerulean Blue #2D58D0

Tints of Cerulean Blue #2D58D0

Color information

#2D58D0 (or 0x2D58D0) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 58 and D0. RGB value is (45,88,208). Sum of RGB (Red+Green+Blue) = 45+88+208=341 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.20% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 208 (81.64% from 255 or 61.00% from 341); Max value from RGB is 208 - color contains mainly: blue. Hex color #2D58D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D58D0 is #D2A72F. Grayscale: #585858. Windows color (decimal): -13805360 or 13654061. OLE color: 13654061.

HSL color Cylindrical-coordinate representation of color #2D58D0: hue angle of 224.17º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D58D0 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4588208-
CMYK0.780.5800.18
HSL224.17º64.43%49.61%-
HSV(B)224.17º78.37%81.57%-
XYZ15.9612.0961.17-
YUV88.82195.2596.74-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.20%
GREEN value IS 88 (34.77% from 255) = 25.81%
BLUE value IS 208 (81.64% from 255) = 61.00%
R=13.20%
G=25.81%
B=61.00%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal45882080.780.5800.18224.1764.4349.61
Hex2D58D04E3A012e04032
Octal551303201167202234010062
Binary1011011011000110100001001110111010010010111000001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D58D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,88,208); }

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

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

 a { background-color: rgb(45,88,208); }

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

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

 span { border-color: rgb(45,88,208); }

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