Html Css Color HEX #197CFD Dodger Blue

📋 copy color: '#197CFD'

red 25 ◦ green 124 ◦ blue 253

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

Shades of Dodger Blue #197CFD

Tints of Dodger Blue #197CFD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.85%

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

R = 6.22%
G = 30.85%
B = 62.94%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#197CFD (or 0x197CFD) is known color: Dodger Blue. HEX triplet: 19, 7C and FD. RGB value is (25,124,253). Sum of RGB (Red+Green+Blue) = 25+124+253=402 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.22% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 253 (99.22% from 255 or 62.94% from 402); Max value from RGB is 253 - color contains mainly: blue. Hex color #197CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197CFD is #E68302. Grayscale: #6C6C6C. Windows color (decimal): -15106819 or 16612377. OLE color: 16612377.

HSL color Cylindrical-coordinate representation of color #197CFD: hue angle of 213.95º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #197CFD is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 25 124 253 -
CMYK 0.90 0.51 0 0.01
HSL 213.95º 0.98% 0.55% -
HSV(B) 213.95º 0.9% 0.99% -
XYZ 25.34 21.71 95.78 -
YUV 109.11 209.2 68.01 -
System Red Green Blue C M Y K H S L
Decimal 25 124 253 0.90 0.51 0 0.01 213.95 0.98 0.55
Hex 19 7C FD 5A 33 0 1 D6 62 37
Octal 31 174 375 132 63 0 1 326 142 67
Binary 11001 1111100 11111101 1011010 110011 0 1 11010110 1100010 110111

Color Harmonies of #197CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197CFD

Black with #197CFD

Text Example


Text Example

White with #197CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,124,253); }

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

background-color css

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

 a { background-color: rgb(25,124,253); }

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

border-color css

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

 span { border-color: rgb(25,124,253); }

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