#2382FD

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

Shades of Dodger Blue #2382FD

Tints of Dodger Blue #2382FD

Color information

#2382FD (or 0x2382FD) is unknown color: approx Dodger Blue. HEX triplet: 23, 82 and FD. RGB value is (35,130,253). Sum of RGB (Red+Green+Blue) = 35+130+253=418 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.37% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #2382FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2382FD is #DC7D02. Grayscale: #737373. Windows color (decimal): -14449923 or 16613923. OLE color: 16613923.

HSL color Cylindrical-coordinate representation of color #2382FD: hue angle of 213.85º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2382FD is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB35130253-
CMYK0.860.4900.01
HSL213.85º98.2%56.47%-
HSV(B)213.85º86.17%99.22%-
XYZ26.4123.4196.06-
YUV115.62205.5370.5-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.37%
GREEN value IS 130 (51.17% from 255) = 31.10%
BLUE value IS 253 (99.22% from 255) = 60.53%
R=8.37%
G=31.10%
B=60.53%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal351302530.860.4900.01213.8598.256.47
Hex2382FD563101d66238
Octal43202375126610132614270
Binary1000111000001011111101101011011000101110101101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2382FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2382FD; }

 p { color: rgb(35,130,253); }

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

<style>
 a { background-color: #2382FD; }

 a { background-color: rgb(35,130,253); }

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

<style>
 span { border-color: #2382FD; }

 span { border-color: rgb(35,130,253); }

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