#28A3F6

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

Shades of Dodger Blue #28A3F6

Tints of Dodger Blue #28A3F6

Color information

#28A3F6 (or 0x28A3F6) is unknown color: approx Dodger Blue. HEX triplet: 28, A3 and F6. RGB value is (40,163,246). Sum of RGB (Red+Green+Blue) = 40+163+246=449 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.91% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 246 (96.48% from 255 or 54.79% from 449); Max value from RGB is 246 - color contains mainly: blue. Hex color #28A3F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28A3F6 is #D75C09. Grayscale: #878787. Windows color (decimal): -14113802 or 16163624. OLE color: 16163624.

HSL color Cylindrical-coordinate representation of color #28A3F6: hue angle of 204.17º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28A3F6 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB40163246-
CMYK0.840.3400.04
HSL204.17º91.96%56.08%-
HSV(B)204.17º83.74%96.47%-
XYZ30.6133.392-
YUV135.68190.2559.75-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.91%
GREEN value IS 163 (64.06% from 255) = 36.30%
BLUE value IS 246 (96.48% from 255) = 54.79%
R=8.91%
G=36.30%
B=54.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal401632460.840.3400.04204.1791.9656.08
Hex28A3F6542204cc5c38
Octal50243366124420431413470
Binary101000101000111111011010101001000100100110011001011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A3F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28A3F6; }

 p { color: rgb(40,163,246); }

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

<style>
 a { background-color: #28A3F6; }

 a { background-color: rgb(40,163,246); }

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

<style>
 span { border-color: #28A3F6; }

 span { border-color: rgb(40,163,246); }

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