#288DE6

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

Shades of Dodger Blue #288DE6

Tints of Dodger Blue #288DE6

Color information

#288DE6 (or 0x288DE6) is unknown color: approx Dodger Blue. HEX triplet: 28, 8D and E6. RGB value is (40,141,230). Sum of RGB (Red+Green+Blue) = 40+141+230=411 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.73% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 230 (90.23% from 255 or 55.96% from 411); Max value from RGB is 230 - color contains mainly: blue. Hex color #288DE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288DE6 is #D77219. Grayscale: #787878. Windows color (decimal): -14119450 or 15109416. OLE color: 15109416.

HSL color Cylindrical-coordinate representation of color #288DE6: hue angle of 208.11º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #288DE6 is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB40141230-
CMYK0.830.3900.10
HSL208.11º79.17%52.94%-
HSV(B)208.11º82.61%90.2%-
XYZ24.6825.2178.43-
YUV120.95189.5470.26-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.73%
GREEN value IS 141 (55.47% from 255) = 34.31%
BLUE value IS 230 (90.23% from 255) = 55.96%
R=9.73%
G=34.31%
B=55.96%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal401412300.830.3900.10208.1179.1752.94
Hex288DE653270Ad04f35
Octal502153461234701232011765
Binary1010001000110111100110101001110011101010110100001001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288DE6; }

 p { color: rgb(40,141,230); }

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

<style>
 a { background-color: #288DE6; }

 a { background-color: rgb(40,141,230); }

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

<style>
 span { border-color: #288DE6; }

 span { border-color: rgb(40,141,230); }

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