Html Css Color HEX #2973F9 Dodger Blue

📋 copy color: '#2973F9'

red 41 ◦ green 115 ◦ blue 249

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

Shades of Dodger Blue #2973F9

Tints of Dodger Blue #2973F9

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.4%

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

R = 10.12%
G = 28.4%
B = 61.48%

CMYK

 C value IS 0.84

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2973F9 (or 0x2973F9) is known color: Dodger Blue. HEX triplet: 29, 73 and F9. RGB value is (41,115,249). Sum of RGB (Red+Green+Blue) = 41+115+249=405 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.12% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 249 (97.66% from 255 or 61.48% from 405); Max value from RGB is 249 - color contains mainly: blue. Hex color #2973F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2973F9 is #D68C06. Grayscale: #6B6B6B. Windows color (decimal): -14060551 or 16347945. OLE color: 16347945.

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

Color convert

RGB 41 115 249 -
CMYK 0.84 0.54 0 0.02
HSL 218.65º 0.95% 0.57% -
HSV(B) 218.65º 0.84% 0.98% -
XYZ 24.14 19.57 92.13 -
YUV 108.15 207.48 80.1 -
System Red Green Blue C M Y K H S L
Decimal 41 115 249 0.84 0.54 0 0.02 218.65 0.95 0.57
Hex 29 73 F9 54 36 0 2 DB 5F 39
Octal 51 163 371 124 66 0 2 333 137 71
Binary 101001 1110011 11111001 1010100 110110 0 10 11011011 1011111 111001

Color Harmonies of #2973F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2973F9

Black with #2973F9

Text Example


Text Example

White with #2973F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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