Html Css Color HEX #2480DF Dodger Blue

📋 copy color: '#2480DF'

red 36 ◦ green 128 ◦ blue 223

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

Shades of Dodger Blue #2480DF

Tints of Dodger Blue #2480DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.62%

R = 9.3%
G = 33.07%
B = 57.62%

CMYK

 C value IS 0.84

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2480DF (or 0x2480DF) is known color: Dodger Blue. HEX triplet: 24, 80 and DF. RGB value is (36,128,223). Sum of RGB (Red+Green+Blue) = 36+128+223=387 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.30% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #2480DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2480DF is #DB7F20. Grayscale: #6E6E6E. Windows color (decimal): -14384929 or 14647332. OLE color: 14647332.

HSL color Cylindrical-coordinate representation of color #2480DF: hue angle of 210.48º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2480DF is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 128 223 -
CMYK 0.84 0.43 0 0.13
HSL 210.48º 0.75% 0.51% -
HSV(B) 210.48º 0.84% 0.87% -
XYZ 21.77 21.14 72.75 -
YUV 111.32 191.02 74.28 -
System Red Green Blue C M Y K H S L
Decimal 36 128 223 0.84 0.43 0 0.13 210.48 0.75 0.51
Hex 24 80 DF 54 2B 0 D D2 4B 33
Octal 44 200 337 124 53 0 15 322 113 63
Binary 100100 10000000 11011111 1010100 101011 0 1101 11010010 1001011 110011

Color Harmonies of #2480DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2480DF

Black with #2480DF

Text Example


Text Example

White with #2480DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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