#1D58D6

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

Shades of Cerulean Blue #1D58D6

Tints of Cerulean Blue #1D58D6

Color information

#1D58D6 (or 0x1D58D6) is unknown color: approx Cerulean Blue. HEX triplet: 1D, 58 and D6. RGB value is (29,88,214). Sum of RGB (Red+Green+Blue) = 29+88+214=331 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.76% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 214 (83.98% from 255 or 64.65% from 331); Max value from RGB is 214 - color contains mainly: blue. Hex color #1D58D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D58D6 is #E2A729. Grayscale: #545454. Windows color (decimal): -14853930 or 14047261. OLE color: 14047261.

HSL color Cylindrical-coordinate representation of color #1D58D6: hue angle of 220.86º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D58D6 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2988214-
CMYK0.860.5900.16
HSL220.86º76.13%47.65%-
HSV(B)220.86º86.45%83.92%-
XYZ16.1312.165.1-
YUV84.72200.9588.25-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.76%
GREEN value IS 88 (34.77% from 255) = 26.59%
BLUE value IS 214 (83.98% from 255) = 64.65%
R=8.76%
G=26.59%
B=64.65%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal29882140.860.5900.16220.8676.1347.65
Hex1D58D6563B010dd4c30
Octal351303261267302033511460
Binary111011011000110101101010110111011010000110111011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D58D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D58D6; }

 p { color: rgb(29,88,214); }

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

<style>
 a { background-color: #1D58D6; }

 a { background-color: rgb(29,88,214); }

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

<style>
 span { border-color: #1D58D6; }

 span { border-color: rgb(29,88,214); }

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