Html Css Color HEX #2980FA Dodger Blue

📋 copy color: '#2980FA'

red 41 ◦ green 128 ◦ blue 250

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

Shades of Dodger Blue #2980FA

Tints of Dodger Blue #2980FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 59.67%

R = 9.79%
G = 30.55%
B = 59.67%

CMYK

 C value IS 0.84

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2980FA (or 0x2980FA) is known color: Dodger Blue. HEX triplet: 29, 80 and FA. RGB value is (41,128,250). Sum of RGB (Red+Green+Blue) = 41+128+250=419 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.79% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #2980FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2980FA is #D67F05. Grayscale: #737373. Windows color (decimal): -14057222 or 16416809. OLE color: 16416809.

HSL color Cylindrical-coordinate representation of color #2980FA: hue angle of 215.02º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2980FA is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 41 128 250 -
CMYK 0.84 0.49 0 0.02
HSL 215.02º 0.95% 0.57% -
HSV(B) 215.02º 0.84% 0.98% -
XYZ 25.89 22.81 93.48 -
YUV 115.9 203.68 74.58 -
System Red Green Blue C M Y K H S L
Decimal 41 128 250 0.84 0.49 0 0.02 215.02 0.95 0.57
Hex 29 80 FA 54 31 0 2 D7 5F 39
Octal 51 200 372 124 61 0 2 327 137 71
Binary 101001 10000000 11111010 1010100 110001 0 10 11010111 1011111 111001

Color Harmonies of #2980FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2980FA

Black with #2980FA

Text Example


Text Example

White with #2980FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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