#2482D9

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

Shades of Dodger Blue #2482D9

Tints of Dodger Blue #2482D9

Color information

#2482D9 (or 0x2482D9) is unknown color: approx Dodger Blue. HEX triplet: 24, 82 and D9. RGB value is (36,130,217). Sum of RGB (Red+Green+Blue) = 36+130+217=383 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.40% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 217 (85.16% from 255 or 56.66% from 383); Max value from RGB is 217 - color contains mainly: blue. Hex color #2482D9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2482D9 is #DB7D26. Grayscale: #6F6F6F. Windows color (decimal): -14384423 or 14254628. OLE color: 14254628.

HSL color Cylindrical-coordinate representation of color #2482D9: hue angle of 208.84º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2482D9 is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB36130217-
CMYK0.830.4000.15
HSL208.84º71.54%49.61%-
HSV(B)208.84º83.41%85.1%-
XYZ21.2321.3568.65-
YUV111.81187.3673.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.40%
GREEN value IS 130 (51.17% from 255) = 33.94%
BLUE value IS 217 (85.16% from 255) = 56.66%
R=9.40%
G=33.94%
B=56.66%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal361302170.830.4000.15208.8471.5449.61
Hex2482D953280Fd14832
Octal442023311235001732111062
Binary1001001000001011011001101001110100001111110100011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2482D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,130,217); }

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

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

 a { background-color: rgb(36,130,217); }

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

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

 span { border-color: rgb(36,130,217); }

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