Html Css Color HEX #2980F1 Dodger Blue

📋 copy color: '#2980F1'

red 41 ◦ green 128 ◦ blue 241

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

Shades of Dodger Blue #2980F1

Tints of Dodger Blue #2980F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 58.78%

R = 10%
G = 31.22%
B = 58.78%

CMYK

 C value IS 0.83

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2980F1 (or 0x2980F1) is known color: Dodger Blue. HEX triplet: 29, 80 and F1. RGB value is (41,128,241). Sum of RGB (Red+Green+Blue) = 41+128+241=410 (54% of max value = 765). Red value is 41 (16.41% from 255 or 10% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 241 (94.53% from 255 or 58.78% from 410); Max value from RGB is 241 - color contains mainly: blue. Hex color #2980F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2980F1 is #D67F0E. Grayscale: #727272. Windows color (decimal): -14057231 or 15826985. OLE color: 15826985.

HSL color Cylindrical-coordinate representation of color #2980F1: hue angle of 213.9º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2980F1 is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 41 128 241 -
CMYK 0.83 0.47 0 0.05
HSL 213.9º 0.88% 0.55% -
HSV(B) 213.9º 0.83% 0.95% -
XYZ 24.51 22.26 86.22 -
YUV 114.87 199.18 75.31 -
System Red Green Blue C M Y K H S L
Decimal 41 128 241 0.83 0.47 0 0.05 213.9 0.88 0.55
Hex 29 80 F1 53 2F 0 5 D6 58 37
Octal 51 200 361 123 57 0 5 326 130 67
Binary 101001 10000000 11110001 1010011 101111 0 101 11010110 1011000 110111

Color Harmonies of #2980F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2980F1

Black with #2980F1

Text Example


Text Example

White with #2980F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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