#2896F9

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

Shades of Dodger Blue #2896F9

Tints of Dodger Blue #2896F9

Color information

#2896F9 (or 0x2896F9) is unknown color: approx Dodger Blue. HEX triplet: 28, 96 and F9. RGB value is (40,150,249). Sum of RGB (Red+Green+Blue) = 40+150+249=439 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.11% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 249 (97.66% from 255 or 56.72% from 439); Max value from RGB is 249 - color contains mainly: blue. Hex color #2896F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2896F9 is #D76906. Grayscale: #7F7F7F. Windows color (decimal): -14117127 or 16356904. OLE color: 16356904.

HSL color Cylindrical-coordinate representation of color #2896F9: hue angle of 208.42º 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 #2896F9 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB40150249-
CMYK0.840.4000.02
HSL208.42º94.57%56.67%-
HSV(B)208.42º83.94%97.65%-
XYZ28.8829.193.72-
YUV128.4196.0664.95-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.11%
GREEN value IS 150 (58.98% from 255) = 34.17%
BLUE value IS 249 (97.66% from 255) = 56.72%
R=9.11%
G=34.17%
B=56.72%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal401502490.840.4000.02208.4294.5756.67
Hex2896F9542802d05f39
Octal50226371124500232013771
Binary10100010010110111110011010100101000010110100001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2896F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2896F9; }

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

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

<style>
 a { background-color: #2896F9; }

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

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

<style>
 span { border-color: #2896F9; }

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

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