Html Css Color HEX #2977FC Dodger Blue

📋 copy color: '#2977FC'

red 41 ◦ green 119 ◦ blue 252

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

Shades of Dodger Blue #2977FC

Tints of Dodger Blue #2977FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 61.17%

R = 9.95%
G = 28.88%
B = 61.17%

CMYK

 C value IS 0.84

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2977FC (or 0x2977FC) is known color: Dodger Blue. HEX triplet: 29, 77 and FC. RGB value is (41,119,252). Sum of RGB (Red+Green+Blue) = 41+119+252=412 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.95% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 252 (98.83% from 255 or 61.17% from 412); Max value from RGB is 252 - color contains mainly: blue. Hex color #2977FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2977FC is #D68803. Grayscale: #6E6E6E. Windows color (decimal): -14059524 or 16545577. OLE color: 16545577.

HSL color Cylindrical-coordinate representation of color #2977FC: hue angle of 217.82º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2977FC is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 41 119 252 -
CMYK 0.84 0.53 0 0.01
HSL 217.82º 0.97% 0.57% -
HSV(B) 217.82º 0.84% 0.99% -
XYZ 25.08 20.69 94.77 -
YUV 110.84 207.66 78.19 -
System Red Green Blue C M Y K H S L
Decimal 41 119 252 0.84 0.53 0 0.01 217.82 0.97 0.57
Hex 29 77 FC 54 35 0 1 DA 61 39
Octal 51 167 374 124 65 0 1 332 141 71
Binary 101001 1110111 11111100 1010100 110101 0 1 11011010 1100001 111001

Color Harmonies of #2977FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2977FC

Black with #2977FC

Text Example


Text Example

White with #2977FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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