Html Css Color HEX #2979FE Dodger Blue

📋 copy color: '#2979FE'

red 41 ◦ green 121 ◦ blue 254

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

Shades of Dodger Blue #2979FE

Tints of Dodger Blue #2979FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 61.06%

R = 9.86%
G = 29.09%
B = 61.06%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2979FE (or 0x2979FE) is known color: Dodger Blue. HEX triplet: 29, 79 and FE. RGB value is (41,121,254). Sum of RGB (Red+Green+Blue) = 41+121+254=416 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.86% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #2979FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2979FE is #D68601. Grayscale: #6F6F6F. Windows color (decimal): -14059010 or 16677161. OLE color: 16677161.

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

Color convert

RGB 41 121 254 -
CMYK 0.84 0.52 0 0.00
HSL 217.46º 0.99% 0.58% -
HSV(B) 217.46º 0.84% 1% -
XYZ 25.64 21.3 96.53 -
YUV 112.24 208 77.19 -
System Red Green Blue C M Y K H S L
Decimal 41 121 254 0.84 0.52 0 0.00 217.46 0.99 0.58
Hex 29 79 FE 54 34 0 0 D9 63 3A
Octal 51 171 376 124 64 0 0 331 143 72
Binary 101001 1111001 11111110 1010100 110100 0 0 11011001 1100011 111010

Color Harmonies of #2979FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2979FE

Black with #2979FE

Text Example


Text Example

White with #2979FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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