#288CF9

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

Shades of Dodger Blue #288CF9

Tints of Dodger Blue #288CF9

Color information

#288CF9 (or 0x288CF9) is unknown color: approx Dodger Blue. HEX triplet: 28, 8C and F9. RGB value is (40,140,249). Sum of RGB (Red+Green+Blue) = 40+140+249=429 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.32% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 249 (97.66% from 255 or 58.04% from 429); Max value from RGB is 249 - color contains mainly: blue. Hex color #288CF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288CF9 is #D77306. Grayscale: #797979. Windows color (decimal): -14119687 or 16354344. OLE color: 16354344.

HSL color Cylindrical-coordinate representation of color #288CF9: hue angle of 211.29º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #288CF9 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB40140249-
CMYK0.840.4400.02
HSL211.29º94.57%56.67%-
HSV(B)211.29º83.94%97.65%-
XYZ27.3526.0593.21-
YUV122.53199.3769.14-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.32%
GREEN value IS 140 (55.08% from 255) = 32.63%
BLUE value IS 249 (97.66% from 255) = 58.04%
R=9.32%
G=32.63%
B=58.04%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal401402490.840.4400.02211.2994.5756.67
Hex288CF9542C02d35f39
Octal50214371124540232313771
Binary10100010001100111110011010100101100010110100111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,140,249); }

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

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

 a { background-color: rgb(40,140,249); }

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

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

 span { border-color: rgb(40,140,249); }

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