#1D50D0

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

Shades of Cerulean Blue #1D50D0

Tints of Cerulean Blue #1D50D0

Color information

#1D50D0 (or 0x1D50D0) is unknown color: approx Cerulean Blue. HEX triplet: 1D, 50 and D0. RGB value is (29,80,208). Sum of RGB (Red+Green+Blue) = 29+80+208=317 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.15% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 208 (81.64% from 255 or 65.62% from 317); Max value from RGB is 208 - color contains mainly: blue. Hex color #1D50D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D50D0 is #E2AF2F. Grayscale: #4E4E4E. Windows color (decimal): -14855984 or 13651997. OLE color: 13651997.

HSL color Cylindrical-coordinate representation of color #1D50D0: hue angle of 222.91º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D50D0 is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2980208-
CMYK0.860.6200.18
HSL222.91º75.53%46.47%-
HSV(B)222.91º86.06%81.57%-
XYZ14.7610.5560.93-
YUV79.34200.692.09-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.15%
GREEN value IS 80 (31.64% from 255) = 25.24%
BLUE value IS 208 (81.64% from 255) = 65.62%
R=9.15%
G=25.24%
B=65.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal29802080.860.6200.18222.9175.5346.47
Hex1D50D0563E012df4c2e
Octal351203201267602233711456
Binary111011010000110100001010110111110010010110111111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D50D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,80,208); }

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

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

 a { background-color: rgb(29,80,208); }

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

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

 span { border-color: rgb(29,80,208); }

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