Html Css Color HEX #2480F2 Dodger Blue

📋 copy color: '#2480F2'

red 36 ◦ green 128 ◦ blue 242

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

Shades of Dodger Blue #2480F2

Tints of Dodger Blue #2480F2

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.53%

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

R = 8.87%
G = 31.53%
B = 59.61%

CMYK

 C value IS 0.85

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2480F2 (or 0x2480F2) is known color: Dodger Blue. HEX triplet: 24, 80 and F2. RGB value is (36,128,242). Sum of RGB (Red+Green+Blue) = 36+128+242=406 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.87% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 242 (94.92% from 255 or 59.61% from 406); Max value from RGB is 242 - color contains mainly: blue. Hex color #2480F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2480F2 is #DB7F0D. Grayscale: #707070. Windows color (decimal): -14384910 or 15892516. OLE color: 15892516.

HSL color Cylindrical-coordinate representation of color #2480F2: hue angle of 213.2º 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 #2480F2 is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 36 128 242 -
CMYK 0.85 0.47 0 0.05
HSL 213.2º 0.89% 0.55% -
HSV(B) 213.2º 0.85% 0.95% -
XYZ 24.47 22.22 87 -
YUV 113.49 200.52 72.73 -
System Red Green Blue C M Y K H S L
Decimal 36 128 242 0.85 0.47 0 0.05 213.2 0.89 0.55
Hex 24 80 F2 55 2F 0 5 D5 59 37
Octal 44 200 362 125 57 0 5 325 131 67
Binary 100100 10000000 11110010 1010101 101111 0 101 11010101 1011001 110111

Color Harmonies of #2480F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2480F2

Black with #2480F2

Text Example


Text Example

White with #2480F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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