Html Css Color HEX #197BFA Dodger Blue

📋 copy color: '#197BFA'

red 25 ◦ green 123 ◦ blue 250

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

Shades of Dodger Blue #197BFA

Tints of Dodger Blue #197BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 62.81%

R = 6.28%
G = 30.9%
B = 62.81%

CMYK

 C value IS 0.9

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#197BFA (or 0x197BFA) is known color: Dodger Blue. HEX triplet: 19, 7B and FA. RGB value is (25,123,250). Sum of RGB (Red+Green+Blue) = 25+123+250=398 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.28% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #197BFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197BFA is #E68405. Grayscale: #6B6B6B. Windows color (decimal): -15107078 or 16415513. OLE color: 16415513.

HSL color Cylindrical-coordinate representation of color #197BFA: hue angle of 213.87º degrees, saturation: 0.96, 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 #197BFA is Cyan = 0.9, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 123 250 -
CMYK 0.9 0.51 0 0.02
HSL 213.87º 0.96% 0.54% -
HSV(B) 213.87º 0.9% 0.98% -
XYZ 24.74 21.27 93.25 -
YUV 108.18 208.03 68.67 -
System Red Green Blue C M Y K H S L
Decimal 25 123 250 0.9 0.51 0 0.02 213.87 0.96 0.54
Hex 19 7B FA 5A 33 0 2 D6 60 36
Octal 31 173 372 132 63 0 2 326 140 66
Binary 11001 1111011 11111010 1011010 110011 0 10 11010110 1100000 110110

Color Harmonies of #197BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197BFA

Black with #197BFA

Text Example


Text Example

White with #197BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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