Html Css Color HEX #2979FF Dodger Blue

📋 copy color: '#2979FF'

red 41 ◦ green 121 ◦ blue 255

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

Shades of Dodger Blue #2979FF

Tints of Dodger Blue #2979FF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.02%

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

R = 9.83%
G = 29.02%
B = 61.15%

CMYK

 C value IS 0.84

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2979FF (or 0x2979FF) is known color: Dodger Blue. HEX triplet: 29, 79 and FF. RGB value is (41,121,255). Sum of RGB (Red+Green+Blue) = 41+121+255=417 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.83% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #2979FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2979FF is #D68600. Grayscale: #6F6F6F. Windows color (decimal): -14059009 or 16742697. OLE color: 16742697.

HSL color Cylindrical-coordinate representation of color #2979FF: hue angle of 217.57º 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 #2979FF is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 41 121 255 -
CMYK 0.84 0.53 0 0
HSL 217.57º 1% 0.58% -
HSV(B) 217.57º 0.84% 1% -
XYZ 25.8 21.37 97.37 -
YUV 112.36 208.5 77.1 -
System Red Green Blue C M Y K H S L
Decimal 41 121 255 0.84 0.53 0 0 217.57 1 0.58
Hex 29 79 FF 54 35 0 0 DA 64 3A
Octal 51 171 377 124 65 0 0 332 144 72
Binary 101001 1111001 11111111 1010100 110101 0 0 11011010 1100100 111010

Color Harmonies of #2979FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2979FF

Black with #2979FF

Text Example


Text Example

White with #2979FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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