Html Css Color HEX #2980FF Dodger Blue

📋 copy color: '#2980FF'

red 41 ◦ green 128 ◦ blue 255

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

Shades of Dodger Blue #2980FF

Tints of Dodger Blue #2980FF

RGB

 RED value IS 41 (16.41% from 255) = 9.67%

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

 BLUE value IS 255 (100% from 255) = 60.14%

R = 9.67%
G = 30.19%
B = 60.14%

CMYK

 C value IS 0.84

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2980FF (or 0x2980FF) is known color: Dodger Blue. HEX triplet: 29, 80 and FF. RGB value is (41,128,255). Sum of RGB (Red+Green+Blue) = 41+128+255=424 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.67% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #2980FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2980FF is #D67F00. Grayscale: #737373. Windows color (decimal): -14057217 or 16744489. OLE color: 16744489.

HSL color Cylindrical-coordinate representation of color #2980FF: hue angle of 215.61º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2980FF is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 41 128 255 -
CMYK 0.84 0.50 0 0
HSL 215.61º 1% 0.58% -
HSV(B) 215.61º 0.84% 1% -
XYZ 26.68 23.13 97.67 -
YUV 116.47 206.18 74.17 -
System Red Green Blue C M Y K H S L
Decimal 41 128 255 0.84 0.50 0 0 215.61 1 0.58
Hex 29 80 FF 54 32 0 0 D8 64 3A
Octal 51 200 377 124 62 0 0 330 144 72
Binary 101001 10000000 11111111 1010100 110010 0 0 11011000 1100100 111010

Color Harmonies of #2980FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2980FF

Black with #2980FF

Text Example


Text Example

White with #2980FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2980FF; }

 p { color: rgb(41,128,255); }

 H1.HeaderClassName
 {
   color: #2980FF;
 }
 .AnyTagClassName
 {
   color: #2980FF;
 }
</style>

background-color css

<style>
 a { background-color: #2980FF; }

 a { background-color: rgb(41,128,255); }

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

border-color css

<style>
 span { border-color: #2980FF; }

 span { border-color: rgb(41,128,255); }

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