#2182F8

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

Shades of Dodger Blue #2182F8

Tints of Dodger Blue #2182F8

Color information

#2182F8 (or 0x2182F8) is unknown color: approx Dodger Blue. HEX triplet: 21, 82 and F8. RGB value is (33,130,248). Sum of RGB (Red+Green+Blue) = 33+130+248=411 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.03% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 248 (97.27% from 255 or 60.34% from 411); Max value from RGB is 248 - color contains mainly: blue. Hex color #2182F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2182F8 is #DE7D07. Grayscale: #717171. Windows color (decimal): -14581000 or 16286241. OLE color: 16286241.

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

Color convert

RGB33130248-
CMYK0.870.4800.03
HSL212.93º93.89%55.1%-
HSV(B)212.93º86.69%97.25%-
XYZ25.5523.0791.91-
YUV114.45203.3669.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.03%
GREEN value IS 130 (51.17% from 255) = 31.63%
BLUE value IS 248 (97.27% from 255) = 60.34%
R=8.03%
G=31.63%
B=60.34%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal331302480.870.4800.03212.9393.8955.1
Hex2182F8573003d55e37
Octal41202370127600332513667
Binary10000110000010111110001010111110000011110101011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2182F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,130,248); }

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

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

 a { background-color: rgb(33,130,248); }

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

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

 span { border-color: rgb(33,130,248); }

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