Html Css Color HEX #2973FD Dodger Blue

📋 copy color: '#2973FD'

red 41 ◦ green 115 ◦ blue 253

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

Shades of Dodger Blue #2973FD

Tints of Dodger Blue #2973FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 61.86%

R = 10.02%
G = 28.12%
B = 61.86%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2973FD (or 0x2973FD) is known color: Dodger Blue. HEX triplet: 29, 73 and FD. RGB value is (41,115,253). Sum of RGB (Red+Green+Blue) = 41+115+253=409 (54% of max value = 765). Red value is 41 (16.41% from 255 or 10.02% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 253 (99.22% from 255 or 61.86% from 409); Max value from RGB is 253 - color contains mainly: blue. Hex color #2973FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2973FD is #D68C02. Grayscale: #6B6B6B. Windows color (decimal): -14060547 or 16610089. OLE color: 16610089.

HSL color Cylindrical-coordinate representation of color #2973FD: hue angle of 219.06º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2973FD is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 41 115 253 -
CMYK 0.84 0.55 0 0.01
HSL 219.06º 0.98% 0.58% -
HSV(B) 219.06º 0.84% 0.99% -
XYZ 24.77 19.82 95.45 -
YUV 108.61 209.48 79.78 -
System Red Green Blue C M Y K H S L
Decimal 41 115 253 0.84 0.55 0 0.01 219.06 0.98 0.58
Hex 29 73 FD 54 37 0 1 DB 62 3A
Octal 51 163 375 124 67 0 1 333 142 72
Binary 101001 1110011 11111101 1010100 110111 0 1 11011011 1100010 111010

Color Harmonies of #2973FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2973FD

Black with #2973FD

Text Example


Text Example

White with #2973FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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