Html Css Color HEX #2482F2 Dodger Blue

📋 copy color: '#2482F2'

red 36 ◦ green 130 ◦ blue 242

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

Shades of Dodger Blue #2482F2

Tints of Dodger Blue #2482F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 59.31%

R = 8.82%
G = 31.86%
B = 59.31%

CMYK

 C value IS 0.85

 M value IS 0.46

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2482F2 (or 0x2482F2) is known color: Dodger Blue. HEX triplet: 24, 82 and F2. RGB value is (36,130,242). Sum of RGB (Red+Green+Blue) = 36+130+242=408 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.82% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 242 (94.92% from 255 or 59.31% from 408); Max value from RGB is 242 - color contains mainly: blue. Hex color #2482F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2482F2 is #DB7D0D. Grayscale: #727272. Windows color (decimal): -14384398 or 15893028. OLE color: 15893028.

HSL color Cylindrical-coordinate representation of color #2482F2: hue angle of 212.62º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2482F2 is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 36 130 242 -
CMYK 0.85 0.46 0 0.05
HSL 212.62º 0.89% 0.55% -
HSV(B) 212.62º 0.85% 0.95% -
XYZ 24.74 22.75 87.09 -
YUV 114.66 199.86 71.89 -
System Red Green Blue C M Y K H S L
Decimal 36 130 242 0.85 0.46 0 0.05 212.62 0.89 0.55
Hex 24 82 F2 55 2E 0 5 D5 59 37
Octal 44 202 362 125 56 0 5 325 131 67
Binary 100100 10000010 11110010 1010101 101110 0 101 11010101 1011001 110111

Color Harmonies of #2482F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2482F2

Black with #2482F2

Text Example


Text Example

White with #2482F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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