Html Css Color HEX #2979F3 Dodger Blue

📋 copy color: '#2979F3'

red 41 ◦ green 121 ◦ blue 243

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

Shades of Dodger Blue #2979F3

Tints of Dodger Blue #2979F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 60%

R = 10.12%
G = 29.88%
B = 60%

CMYK

 C value IS 0.83

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2979F3 (or 0x2979F3) is known color: Dodger Blue. HEX triplet: 29, 79 and F3. RGB value is (41,121,243). Sum of RGB (Red+Green+Blue) = 41+121+243=405 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.12% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 243 (95.31% from 255 or 60% from 405); Max value from RGB is 243 - color contains mainly: blue. Hex color #2979F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2979F3 is #D6860C. Grayscale: #6E6E6E. Windows color (decimal): -14059021 or 15956265. OLE color: 15956265.

HSL color Cylindrical-coordinate representation of color #2979F3: hue angle of 216.24º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2979F3 is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 41 121 243 -
CMYK 0.83 0.50 0 0.05
HSL 216.24º 0.89% 0.56% -
HSV(B) 216.24º 0.83% 0.95% -
XYZ 23.93 20.62 87.51 -
YUV 110.99 202.5 78.08 -
System Red Green Blue C M Y K H S L
Decimal 41 121 243 0.83 0.50 0 0.05 216.24 0.89 0.56
Hex 29 79 F3 53 32 0 5 D8 59 38
Octal 51 171 363 123 62 0 5 330 131 70
Binary 101001 1111001 11110011 1010011 110010 0 101 11011000 1011001 111000

Color Harmonies of #2979F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2979F3

Black with #2979F3

Text Example


Text Example

White with #2979F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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