Html Css Color HEX #197FED Dodger Blue

📋 copy color: '#197FED'

red 25 ◦ green 127 ◦ blue 237

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

Shades of Dodger Blue #197FED

Tints of Dodger Blue #197FED

RGB

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

 GREEN value IS 127 (50% from 255) = 32.65%

 BLUE value IS 237 (92.97% from 255) = 60.93%

R = 6.43%
G = 32.65%
B = 60.93%

CMYK

 C value IS 0.89

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#197FED (or 0x197FED) is known color: Dodger Blue. HEX triplet: 19, 7F and ED. RGB value is (25,127,237). Sum of RGB (Red+Green+Blue) = 25+127+237=389 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.43% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 237 (92.97% from 255 or 60.93% from 389); Max value from RGB is 237 - color contains mainly: blue. Hex color #197FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197FED is #E68012. Grayscale: #6C6C6C. Windows color (decimal): -15106067 or 15564569. OLE color: 15564569.

HSL color Cylindrical-coordinate representation of color #197FED: hue angle of 211.13º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #197FED is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 127 237 -
CMYK 0.89 0.46 0 0.07
HSL 211.13º 0.85% 0.51% -
HSV(B) 211.13º 0.89% 0.93% -
XYZ 23.28 21.5 83.04 -
YUV 109.04 200.21 68.06 -
System Red Green Blue C M Y K H S L
Decimal 25 127 237 0.89 0.46 0 0.07 211.13 0.85 0.51
Hex 19 7F ED 59 2E 0 7 D3 55 33
Octal 31 177 355 131 56 0 7 323 125 63
Binary 11001 1111111 11101101 1011001 101110 0 111 11010011 1010101 110011

Color Harmonies of #197FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197FED

Black with #197FED

Text Example


Text Example

White with #197FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,127,237); }

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

background-color css

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

 a { background-color: rgb(25,127,237); }

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

border-color css

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

 span { border-color: rgb(25,127,237); }

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