Html Css Color HEX #197AFB Dodger Blue

📋 copy color: '#197AFB'

red 25 ◦ green 122 ◦ blue 251

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

Shades of Dodger Blue #197AFB

Tints of Dodger Blue #197AFB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.65%

 BLUE value IS 251 (98.44% from 255) = 63.07%

R = 6.28%
G = 30.65%
B = 63.07%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#197AFB (or 0x197AFB) is known color: Dodger Blue. HEX triplet: 19, 7A and FB. RGB value is (25,122,251). Sum of RGB (Red+Green+Blue) = 25+122+251=398 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.28% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 251 (98.44% from 255 or 63.07% from 398); Max value from RGB is 251 - color contains mainly: blue. Hex color #197AFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197AFB is #E68504. Grayscale: #6B6B6B. Windows color (decimal): -15107333 or 16480793. OLE color: 16480793.

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

Color convert

RGB 25 122 251 -
CMYK 0.90 0.51 0 0.02
HSL 214.25º 0.97% 0.54% -
HSV(B) 214.25º 0.9% 0.98% -
XYZ 24.77 21.09 94.03 -
YUV 107.7 208.86 69.01 -
System Red Green Blue C M Y K H S L
Decimal 25 122 251 0.90 0.51 0 0.02 214.25 0.97 0.54
Hex 19 7A FB 5A 33 0 2 D6 61 36
Octal 31 172 373 132 63 0 2 326 141 66
Binary 11001 1111010 11111011 1011010 110011 0 10 11010110 1100001 110110

Color Harmonies of #197AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197AFB

Black with #197AFB

Text Example


Text Example

White with #197AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,122,251); }

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

background-color css

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

 a { background-color: rgb(25,122,251); }

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

border-color css

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

 span { border-color: rgb(25,122,251); }

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