Html Css Color HEX #1973FF Dodger Blue

📋 copy color: '#1973FF'

red 25 ◦ green 115 ◦ blue 255

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

Shades of Dodger Blue #1973FF

Tints of Dodger Blue #1973FF

RGB

 RED value IS 25 (10.16% from 255) = 6.33%

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

 BLUE value IS 255 (100% from 255) = 64.56%

R = 6.33%
G = 29.11%
B = 64.56%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1973FF (or 0x1973FF) is known color: Dodger Blue. HEX triplet: 19, 73 and FF. RGB value is (25,115,255). Sum of RGB (Red+Green+Blue) = 25+115+255=395 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.33% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #1973FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1973FF is #E68C00. Grayscale: #676767. Windows color (decimal): -15109121 or 16741145. OLE color: 16741145.

HSL color Cylindrical-coordinate representation of color #1973FF: hue angle of 216.52º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1973FF is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 25 115 255 -
CMYK 0.90 0.55 0 0
HSL 216.52º 1% 0.55% -
HSV(B) 216.52º 0.9% 1% -
XYZ 24.58 19.69 97.11 -
YUV 104.05 213.18 71.62 -
System Red Green Blue C M Y K H S L
Decimal 25 115 255 0.90 0.55 0 0 216.52 1 0.55
Hex 19 73 FF 5A 37 0 0 D9 64 37
Octal 31 163 377 132 67 0 0 331 144 67
Binary 11001 1110011 11111111 1011010 110111 0 0 11011001 1100100 110111

Color Harmonies of #1973FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1973FF

Black with #1973FF

Text Example


Text Example

White with #1973FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1973FF; }

 p { color: rgb(25,115,255); }

 H1.HeaderClassName
 {
   color: #1973FF;
 }
 .AnyTagClassName
 {
   color: #1973FF;
 }
</style>

background-color css

<style>
 a { background-color: #1973FF; }

 a { background-color: rgb(25,115,255); }

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

border-color css

<style>
 span { border-color: #1973FF; }

 span { border-color: rgb(25,115,255); }

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