Html Css Color HEX #197DFF Dodger Blue

📋 copy color: '#197DFF'

red 25 ◦ green 125 ◦ blue 255

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

Shades of Dodger Blue #197DFF

Tints of Dodger Blue #197DFF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.86%

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

R = 6.17%
G = 30.86%
B = 62.96%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#197DFF (or 0x197DFF) is known color: Dodger Blue. HEX triplet: 19, 7D and FF. RGB value is (25,125,255). Sum of RGB (Red+Green+Blue) = 25+125+255=405 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.17% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #197DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197DFF is #E68200. Grayscale: #6D6D6D. Windows color (decimal): -15106561 or 16743705. OLE color: 16743705.

HSL color Cylindrical-coordinate representation of color #197DFF: hue angle of 213.91º 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 #197DFF is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 25 125 255 -
CMYK 0.90 0.51 0 0
HSL 213.91º 1% 0.55% -
HSV(B) 213.91º 0.9% 1% -
XYZ 25.78 22.09 97.51 -
YUV 109.92 209.87 67.43 -
System Red Green Blue C M Y K H S L
Decimal 25 125 255 0.90 0.51 0 0 213.91 1 0.55
Hex 19 7D FF 5A 33 0 0 D6 64 37
Octal 31 175 377 132 63 0 0 326 144 67
Binary 11001 1111101 11111111 1011010 110011 0 0 11010110 1100100 110111

Color Harmonies of #197DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197DFF

Black with #197DFF

Text Example


Text Example

White with #197DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197DFF; }

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

 H1.HeaderClassName
 {
   color: #197DFF;
 }
 .AnyTagClassName
 {
   color: #197DFF;
 }
</style>

background-color css

<style>
 a { background-color: #197DFF; }

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

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

border-color css

<style>
 span { border-color: #197DFF; }

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

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