#188AE3

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

Shades of Dodger Blue #188AE3

Tints of Dodger Blue #188AE3

Color information

#188AE3 (or 0x188AE3) is unknown color: approx Dodger Blue. HEX triplet: 18, 8A and E3. RGB value is (24,138,227). Sum of RGB (Red+Green+Blue) = 24+138+227=389 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.17% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 227 (89.06% from 255 or 58.35% from 389); Max value from RGB is 227 - color contains mainly: blue. Hex color #188AE3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188AE3 is #E7751C. Grayscale: #717171. Windows color (decimal): -15168797 or 14912024. OLE color: 14912024.

HSL color Cylindrical-coordinate representation of color #188AE3: hue angle of 206.31º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #188AE3 is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB24138227-
CMYK0.890.3900.11
HSL206.31º80.88%49.22%-
HSV(B)206.31º89.43%89.02%-
XYZ23.3323.9276.06-
YUV114.06191.7363.76-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.17%
GREEN value IS 138 (54.30% from 255) = 35.48%
BLUE value IS 227 (89.06% from 255) = 58.35%
R=6.17%
G=35.48%
B=58.35%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal241382270.890.3900.11206.3180.8849.22
Hex188AE359270Bce5131
Octal302123431314701331612161
Binary110001000101011100011101100110011101011110011101010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188AE3; }

 p { color: rgb(24,138,227); }

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

<style>
 a { background-color: #188AE3; }

 a { background-color: rgb(24,138,227); }

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

<style>
 span { border-color: #188AE3; }

 span { border-color: rgb(24,138,227); }

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