Html Css Color HEX #197BFF Dodger Blue

📋 copy color: '#197BFF'

red 25 ◦ green 123 ◦ blue 255

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

Shades of Dodger Blue #197BFF

Tints of Dodger Blue #197BFF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.52%

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

R = 6.2%
G = 30.52%
B = 63.28%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#197BFF (or 0x197BFF) is known color: Dodger Blue. HEX triplet: 19, 7B and FF. RGB value is (25,123,255). Sum of RGB (Red+Green+Blue) = 25+123+255=403 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.20% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #197BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197BFF is #E68400. Grayscale: #6C6C6C. Windows color (decimal): -15107073 or 16743193. OLE color: 16743193.

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

Color convert

RGB 25 123 255 -
CMYK 0.90 0.52 0 0
HSL 214.43º 1% 0.55% -
HSV(B) 214.43º 0.9% 1% -
XYZ 25.53 21.59 97.43 -
YUV 108.75 210.53 68.27 -
System Red Green Blue C M Y K H S L
Decimal 25 123 255 0.90 0.52 0 0 214.43 1 0.55
Hex 19 7B FF 5A 34 0 0 D6 64 37
Octal 31 173 377 132 64 0 0 326 144 67
Binary 11001 1111011 11111111 1011010 110100 0 0 11010110 1100100 110111

Color Harmonies of #197BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197BFF

Black with #197BFF

Text Example


Text Example

White with #197BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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