#1D59D6

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

Shades of Cerulean Blue #1D59D6

Tints of Cerulean Blue #1D59D6

Color information

#1D59D6 (or 0x1D59D6) is unknown color: approx Cerulean Blue. HEX triplet: 1D, 59 and D6. RGB value is (29,89,214). Sum of RGB (Red+Green+Blue) = 29+89+214=332 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.73% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 214 (83.98% from 255 or 64.46% from 332); Max value from RGB is 214 - color contains mainly: blue. Hex color #1D59D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D59D6 is #E2A629. Grayscale: #545454. Windows color (decimal): -14853674 or 14047517. OLE color: 14047517.

HSL color Cylindrical-coordinate representation of color #1D59D6: hue angle of 220.54º 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 #1D59D6 is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2989214-
CMYK0.860.5800.16
HSL220.54º76.13%47.65%-
HSV(B)220.54º86.45%83.92%-
XYZ16.2212.2665.13-
YUV85.31200.6287.84-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.73%
GREEN value IS 89 (35.16% from 255) = 26.81%
BLUE value IS 214 (83.98% from 255) = 64.46%
R=8.73%
G=26.81%
B=64.46%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal29892140.860.5800.16220.5476.1347.65
Hex1D59D6563A010dd4c30
Octal351313261267202033511460
Binary111011011001110101101010110111010010000110111011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D59D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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