Html Css Color HEX #197FEB Dodger Blue

📋 copy color: '#197FEB'

red 25 ◦ green 127 ◦ blue 235

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

Shades of Dodger Blue #197FEB

Tints of Dodger Blue #197FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 60.72%

R = 6.46%
G = 32.82%
B = 60.72%

CMYK

 C value IS 0.89

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#197FEB (or 0x197FEB) is known color: Dodger Blue. HEX triplet: 19, 7F and EB. RGB value is (25,127,235). Sum of RGB (Red+Green+Blue) = 25+127+235=387 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.46% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 235 (92.19% from 255 or 60.72% from 387); Max value from RGB is 235 - color contains mainly: blue. Hex color #197FEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197FEB is #E68014. Grayscale: #6C6C6C. Windows color (decimal): -15106069 or 15433497. OLE color: 15433497.

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

Color convert

RGB 25 127 235 -
CMYK 0.89 0.46 0 0.08
HSL 210.86º 0.84% 0.51% -
HSV(B) 210.86º 0.89% 0.92% -
XYZ 22.99 21.38 81.51 -
YUV 108.81 199.21 68.22 -
System Red Green Blue C M Y K H S L
Decimal 25 127 235 0.89 0.46 0 0.08 210.86 0.84 0.51
Hex 19 7F EB 59 2E 0 8 D3 54 33
Octal 31 177 353 131 56 0 10 323 124 63
Binary 11001 1111111 11101011 1011001 101110 0 1000 11010011 1010100 110011

Color Harmonies of #197FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197FEB

Black with #197FEB

Text Example


Text Example

White with #197FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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