Html Css Color HEX #2979FA Dodger Blue

📋 copy color: '#2979FA'

red 41 ◦ green 121 ◦ blue 250

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

Shades of Dodger Blue #2979FA

Tints of Dodger Blue #2979FA

RGB

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

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

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

R = 9.95%
G = 29.37%
B = 60.68%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2979FA (or 0x2979FA) is known color: Dodger Blue. HEX triplet: 29, 79 and FA. RGB value is (41,121,250). Sum of RGB (Red+Green+Blue) = 41+121+250=412 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.95% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #2979FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2979FA is #D68605. Grayscale: #6F6F6F. Windows color (decimal): -14059014 or 16415017. OLE color: 16415017.

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

Color convert

RGB 41 121 250 -
CMYK 0.84 0.52 0 0.02
HSL 217.03º 0.95% 0.57% -
HSV(B) 217.03º 0.84% 0.98% -
XYZ 25.01 21.05 93.19 -
YUV 111.79 206 77.51 -
System Red Green Blue C M Y K H S L
Decimal 41 121 250 0.84 0.52 0 0.02 217.03 0.95 0.57
Hex 29 79 FA 54 34 0 2 D9 5F 39
Octal 51 171 372 124 64 0 2 331 137 71
Binary 101001 1111001 11111010 1010100 110100 0 10 11011001 1011111 111001

Color Harmonies of #2979FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2979FA

Black with #2979FA

Text Example


Text Example

White with #2979FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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