Html Css Color HEX #2980FC Dodger Blue

📋 copy color: '#2980FC'

red 41 ◦ green 128 ◦ blue 252

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

Shades of Dodger Blue #2980FC

Tints of Dodger Blue #2980FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 59.86%

R = 9.74%
G = 30.4%
B = 59.86%

CMYK

 C value IS 0.84

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2980FC (or 0x2980FC) is known color: Dodger Blue. HEX triplet: 29, 80 and FC. RGB value is (41,128,252). Sum of RGB (Red+Green+Blue) = 41+128+252=421 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.74% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 252 (98.83% from 255 or 59.86% from 421); Max value from RGB is 252 - color contains mainly: blue. Hex color #2980FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2980FC is #D67F03. Grayscale: #737373. Windows color (decimal): -14057220 or 16547881. OLE color: 16547881.

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

Color convert

RGB 41 128 252 -
CMYK 0.84 0.49 0 0.01
HSL 215.26º 0.97% 0.57% -
HSV(B) 215.26º 0.84% 0.99% -
XYZ 26.2 22.94 95.14 -
YUV 116.12 204.68 74.42 -
System Red Green Blue C M Y K H S L
Decimal 41 128 252 0.84 0.49 0 0.01 215.26 0.97 0.57
Hex 29 80 FC 54 31 0 1 D7 61 39
Octal 51 200 374 124 61 0 1 327 141 71
Binary 101001 10000000 11111100 1010100 110001 0 1 11010111 1100001 111001

Color Harmonies of #2980FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2980FC

Black with #2980FC

Text Example


Text Example

White with #2980FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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