#1788DB

Color #1788DB Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #1788DB

Tints of Dodger Blue #1788DB

Color information

#1788DB (or 0x1788DB) is unknown color: approx Dodger Blue. HEX triplet: 17, 88 and DB. RGB value is (23,136,219). Sum of RGB (Red+Green+Blue) = 23+136+219=378 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.08% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #1788DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1788DB is #E87724. Grayscale: #6F6F6F. Windows color (decimal): -15234853 or 14387223. OLE color: 14387223.

HSL color Cylindrical-coordinate representation of color #1788DB: hue angle of 205.41º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1788DB is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB23136219-
CMYK0.890.3800.14
HSL205.41º80.99%47.45%-
HSV(B)205.41º89.5%85.88%-
XYZ21.9422.970.28-
YUV111.67188.5664.75-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.08%
GREEN value IS 136 (53.52% from 255) = 35.98%
BLUE value IS 219 (85.94% from 255) = 57.94%
R=6.08%
G=35.98%
B=57.94%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal231362190.890.3800.14205.4180.9947.45
Hex1788DB59260Ecd512f
Octal272103331314601631512157
Binary101111000100011011011101100110011001110110011011010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1788DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1788DB; }

 p { color: rgb(23,136,219); }

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

<style>
 a { background-color: #1788DB; }

 a { background-color: rgb(23,136,219); }

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

<style>
 span { border-color: #1788DB; }

 span { border-color: rgb(23,136,219); }

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