#2286D9

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

Shades of Dodger Blue #2286D9

Tints of Dodger Blue #2286D9

Color information

#2286D9 (or 0x2286D9) is unknown color: approx Dodger Blue. HEX triplet: 22, 86 and D9. RGB value is (34,134,217). Sum of RGB (Red+Green+Blue) = 34+134+217=385 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.83% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 217 (85.16% from 255 or 56.36% from 385); Max value from RGB is 217 - color contains mainly: blue. Hex color #2286D9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2286D9 is #DD7926. Grayscale: #717171. Windows color (decimal): -14514471 or 14255650. OLE color: 14255650.

HSL color Cylindrical-coordinate representation of color #2286D9: hue angle of 207.21º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2286D9 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB34134217-
CMYK0.840.3800.15
HSL207.21º72.91%49.22%-
HSV(B)207.21º84.33%85.1%-
XYZ21.7122.468.83-
YUV113.56186.3771.25-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.83%
GREEN value IS 134 (52.73% from 255) = 34.81%
BLUE value IS 217 (85.16% from 255) = 56.36%
R=8.83%
G=34.81%
B=56.36%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal341342170.840.3800.15207.2172.9149.22
Hex2286D954260Fcf4931
Octal422063311244601731711161
Binary1000101000011011011001101010010011001111110011111001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2286D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2286D9; }

 p { color: rgb(34,134,217); }

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

<style>
 a { background-color: #2286D9; }

 a { background-color: rgb(34,134,217); }

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

<style>
 span { border-color: #2286D9; }

 span { border-color: rgb(34,134,217); }

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