#1888DF

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

Shades of Dodger Blue #1888DF

Tints of Dodger Blue #1888DF

Color information

#1888DF (or 0x1888DF) is unknown color: approx Dodger Blue. HEX triplet: 18, 88 and DF. RGB value is (24,136,223). Sum of RGB (Red+Green+Blue) = 24+136+223=383 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.27% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #1888DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1888DF is #E77720. Grayscale: #6F6F6F. Windows color (decimal): -15169313 or 14649368. OLE color: 14649368.

HSL color Cylindrical-coordinate representation of color #1888DF: hue angle of 206.23º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1888DF is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB24136223-
CMYK0.890.3900.13
HSL206.23º80.57%48.43%-
HSV(B)206.23º89.24%87.45%-
XYZ22.523.1373.09-
YUV112.43190.3964.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.27%
GREEN value IS 136 (53.52% from 255) = 35.51%
BLUE value IS 223 (87.5% from 255) = 58.22%
R=6.27%
G=35.51%
B=58.22%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal241362230.890.3900.13206.2380.5748.43
Hex1888DF59270Dce5130
Octal302103371314701531612160
Binary110001000100011011111101100110011101101110011101010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1888DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1888DF; }

 p { color: rgb(24,136,223); }

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

<style>
 a { background-color: #1888DF; }

 a { background-color: rgb(24,136,223); }

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

<style>
 span { border-color: #1888DF; }

 span { border-color: rgb(24,136,223); }

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