Html Css Color HEX #2482EB Dodger Blue

📋 copy color: '#2482EB'

red 36 ◦ green 130 ◦ blue 235

#2482EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #2482EB

Tints of Dodger Blue #2482EB

RGB

 RED value IS 36 (14.45% from 255) = 8.98%

 GREEN value IS 130 (51.17% from 255) = 32.42%

 BLUE value IS 235 (92.19% from 255) = 58.6%

R = 8.98%
G = 32.42%
B = 58.6%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2482EB (or 0x2482EB) is known color: Dodger Blue. HEX triplet: 24, 82 and EB. RGB value is (36,130,235). Sum of RGB (Red+Green+Blue) = 36+130+235=401 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.98% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 235 (92.19% from 255 or 58.60% from 401); Max value from RGB is 235 - color contains mainly: blue. Hex color #2482EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2482EB is #DB7D14. Grayscale: #717171. Windows color (decimal): -14384405 or 15434276. OLE color: 15434276.

HSL color Cylindrical-coordinate representation of color #2482EB: hue angle of 211.66º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2482EB is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 36 130 235 -
CMYK 0.85 0.45 0 0.08
HSL 211.66º 0.83% 0.53% -
HSV(B) 211.66º 0.85% 0.92% -
XYZ 23.71 22.34 81.66 -
YUV 113.86 196.36 72.46 -
System Red Green Blue C M Y K H S L
Decimal 36 130 235 0.85 0.45 0 0.08 211.66 0.83 0.53
Hex 24 82 EB 55 2D 0 8 D4 53 35
Octal 44 202 353 125 55 0 10 324 123 65
Binary 100100 10000010 11101011 1010101 101101 0 1000 11010100 1010011 110101

Color Harmonies of #2482EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2482EB

Black with #2482EB

Text Example


Text Example

White with #2482EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2482EB;
 }
 .AnyTagClassName
 {
   color: #2482EB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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