#2286F8

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

Shades of Dodger Blue #2286F8

Tints of Dodger Blue #2286F8

Color information

#2286F8 (or 0x2286F8) is unknown color: approx Dodger Blue. HEX triplet: 22, 86 and F8. RGB value is (34,134,248). Sum of RGB (Red+Green+Blue) = 34+134+248=416 (55% of max value = 765). Red value is 34 (13.67% from 255 or 8.17% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 248 (97.27% from 255 or 59.62% from 416); Max value from RGB is 248 - color contains mainly: blue. Hex color #2286F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2286F8 is #DD7907. Grayscale: #747474. Windows color (decimal): -14514440 or 16287266. OLE color: 16287266.

HSL color Cylindrical-coordinate representation of color #2286F8: hue angle of 211.96º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2286F8 is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB34134248-
CMYK0.860.4600.03
HSL211.96º93.86%55.29%-
HSV(B)211.96º86.29%97.25%-
XYZ26.1324.1792.09-
YUV117.1201.8768.73-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.17%
GREEN value IS 134 (52.73% from 255) = 32.21%
BLUE value IS 248 (97.27% from 255) = 59.62%
R=8.17%
G=32.21%
B=59.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal341342480.860.4600.03211.9693.8655.29
Hex2286F8562E03d45e37
Octal42206370126560332413667
Binary10001010000110111110001010110101110011110101001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2286F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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