Html Css Color HEX #197BE6 Dodger Blue

📋 copy color: '#197BE6'

red 25 ◦ green 123 ◦ blue 230

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

Shades of Dodger Blue #197BE6

Tints of Dodger Blue #197BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 60.85%

R = 6.61%
G = 32.54%
B = 60.85%

CMYK

 C value IS 0.89

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#197BE6 (or 0x197BE6) is known color: Dodger Blue. HEX triplet: 19, 7B and E6. RGB value is (25,123,230). Sum of RGB (Red+Green+Blue) = 25+123+230=378 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.61% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 230 (90.23% from 255 or 60.85% from 378); Max value from RGB is 230 - color contains mainly: blue. Hex color #197BE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197BE6 is #E68419. Grayscale: #696969. Windows color (decimal): -15107098 or 15104793. OLE color: 15104793.

HSL color Cylindrical-coordinate representation of color #197BE6: hue angle of 211.32º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #197BE6 is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 25 123 230 -
CMYK 0.89 0.47 0 0.10
HSL 211.32º 0.8% 0.5% -
HSV(B) 211.32º 0.89% 0.9% -
XYZ 21.77 20.09 77.59 -
YUV 105.9 198.03 70.3 -
System Red Green Blue C M Y K H S L
Decimal 25 123 230 0.89 0.47 0 0.10 211.32 0.8 0.5
Hex 19 7B E6 59 2F 0 A D3 50 32
Octal 31 173 346 131 57 0 12 323 120 62
Binary 11001 1111011 11100110 1011001 101111 0 1010 11010011 1010000 110010

Color Harmonies of #197BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197BE6

Black with #197BE6

Text Example


Text Example

White with #197BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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