Html Css Color HEX #2977F6 Dodger Blue

📋 copy color: '#2977F6'

red 41 ◦ green 119 ◦ blue 246

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

Shades of Dodger Blue #2977F6

Tints of Dodger Blue #2977F6

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.31%

 BLUE value IS 246 (96.48% from 255) = 60.59%

R = 10.1%
G = 29.31%
B = 60.59%

CMYK

 C value IS 0.83

 M value IS 0.52

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#2977F6 (or 0x2977F6) is known color: Dodger Blue. HEX triplet: 29, 77 and F6. RGB value is (41,119,246). Sum of RGB (Red+Green+Blue) = 41+119+246=406 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.10% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 246 (96.48% from 255 or 60.59% from 406); Max value from RGB is 246 - color contains mainly: blue. Hex color #2977F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2977F6 is #D68809. Grayscale: #6D6D6D. Windows color (decimal): -14059530 or 16152361. OLE color: 16152361.

HSL color Cylindrical-coordinate representation of color #2977F6: hue angle of 217.17º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2977F6 is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 41 119 246 -
CMYK 0.83 0.52 0 0.04
HSL 217.17º 0.92% 0.56% -
HSV(B) 217.17º 0.83% 0.96% -
XYZ 24.15 20.32 89.84 -
YUV 110.16 204.66 78.67 -
System Red Green Blue C M Y K H S L
Decimal 41 119 246 0.83 0.52 0 0.04 217.17 0.92 0.56
Hex 29 77 F6 53 34 0 4 D9 5C 38
Octal 51 167 366 123 64 0 4 331 134 70
Binary 101001 1110111 11110110 1010011 110100 0 100 11011001 1011100 111000

Color Harmonies of #2977F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2977F6

Black with #2977F6

Text Example


Text Example

White with #2977F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2977F6; }

 p { color: rgb(41,119,246); }

 H1.HeaderClassName
 {
   color: #2977F6;
 }
 .AnyTagClassName
 {
   color: #2977F6;
 }
</style>

background-color css

<style>
 a { background-color: #2977F6; }

 a { background-color: rgb(41,119,246); }

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

border-color css

<style>
 span { border-color: #2977F6; }

 span { border-color: rgb(41,119,246); }

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