Html Css Color HEX #2977F9 Dodger Blue

📋 copy color: '#2977F9'

red 41 ◦ green 119 ◦ blue 249

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

Shades of Dodger Blue #2977F9

Tints of Dodger Blue #2977F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 60.88%

R = 10.02%
G = 29.1%
B = 60.88%

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

#2977F9 (or 0x2977F9) is known color: Dodger Blue. HEX triplet: 29, 77 and F9. RGB value is (41,119,249). Sum of RGB (Red+Green+Blue) = 41+119+249=409 (54% of max value = 765). Red value is 41 (16.41% from 255 or 10.02% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 249 (97.66% from 255 or 60.88% from 409); Max value from RGB is 249 - color contains mainly: blue. Hex color #2977F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2977F9 is #D68806. Grayscale: #6D6D6D. Windows color (decimal): -14059527 or 16348969. OLE color: 16348969.

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

Color convert

RGB 41 119 249 -
CMYK 0.84 0.52 0 0.02
HSL 217.5º 0.95% 0.57% -
HSV(B) 217.5º 0.84% 0.98% -
XYZ 24.61 20.5 92.28 -
YUV 110.5 206.16 78.43 -
System Red Green Blue C M Y K H S L
Decimal 41 119 249 0.84 0.52 0 0.02 217.5 0.95 0.57
Hex 29 77 F9 54 34 0 2 DA 5F 39
Octal 51 167 371 124 64 0 2 332 137 71
Binary 101001 1110111 11111001 1010100 110100 0 10 11011010 1011111 111001

Color Harmonies of #2977F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2977F9

Black with #2977F9

Text Example


Text Example

White with #2977F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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