Html Css Color HEX #198AD8 Dodger Blue

📋 copy color: '#198AD8'

red 25 ◦ green 138 ◦ blue 216

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

Shades of Dodger Blue #198AD8

Tints of Dodger Blue #198AD8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.41%

 BLUE value IS 216 (84.77% from 255) = 56.99%

R = 6.6%
G = 36.41%
B = 56.99%

CMYK

 C value IS 0.88

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#198AD8 (or 0x198AD8) is known color: Dodger Blue. HEX triplet: 19, 8A and D8. RGB value is (25,138,216). Sum of RGB (Red+Green+Blue) = 25+138+216=379 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.60% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 216 (84.77% from 255 or 56.99% from 379); Max value from RGB is 216 - color contains mainly: blue. Hex color #198AD8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198AD8 is #E67527. Grayscale: #707070. Windows color (decimal): -15103272 or 14191129. OLE color: 14191129.

HSL color Cylindrical-coordinate representation of color #198AD8: hue angle of 204.5º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #198AD8 is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 25 138 216 -
CMYK 0.88 0.36 0 0.15
HSL 204.5º 0.79% 0.47% -
HSV(B) 204.5º 0.88% 0.85% -
XYZ 21.88 23.34 68.32 -
YUV 113.11 186.06 65.16 -
System Red Green Blue C M Y K H S L
Decimal 25 138 216 0.88 0.36 0 0.15 204.5 0.79 0.47
Hex 19 8A D8 58 24 0 F CD 4F 2F
Octal 31 212 330 130 44 0 17 315 117 57
Binary 11001 10001010 11011000 1011000 100100 0 1111 11001101 1001111 101111

Color Harmonies of #198AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198AD8

Black with #198AD8

Text Example


Text Example

White with #198AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198AD8; }

 p { color: rgb(25,138,216); }

 H1.HeaderClassName
 {
   color: #198AD8;
 }
 .AnyTagClassName
 {
   color: #198AD8;
 }
</style>

background-color css

<style>
 a { background-color: #198AD8; }

 a { background-color: rgb(25,138,216); }

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

border-color css

<style>
 span { border-color: #198AD8; }

 span { border-color: rgb(25,138,216); }

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