Html Css Color HEX #198DDA Dodger Blue

📋 copy color: '#198DDA'

red 25 ◦ green 141 ◦ blue 218

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

Shades of Dodger Blue #198DDA

Tints of Dodger Blue #198DDA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.72%

 BLUE value IS 218 (85.55% from 255) = 56.77%

R = 6.51%
G = 36.72%
B = 56.77%

CMYK

 C value IS 0.89

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#198DDA (or 0x198DDA) is known color: Dodger Blue. HEX triplet: 19, 8D and DA. RGB value is (25,141,218). Sum of RGB (Red+Green+Blue) = 25+141+218=384 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.51% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 218 (85.55% from 255 or 56.77% from 384); Max value from RGB is 218 - color contains mainly: blue. Hex color #198DDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198DDA is #E67225. Grayscale: #727272. Windows color (decimal): -15102502 or 14322969. OLE color: 14322969.

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

Color convert

RGB 25 141 218 -
CMYK 0.89 0.35 0 0.15
HSL 203.94º 0.79% 0.48% -
HSV(B) 203.94º 0.89% 0.85% -
XYZ 22.58 24.32 69.83 -
YUV 115.09 186.07 63.74 -
System Red Green Blue C M Y K H S L
Decimal 25 141 218 0.89 0.35 0 0.15 203.94 0.79 0.48
Hex 19 8D DA 59 23 0 F CC 4F 30
Octal 31 215 332 131 43 0 17 314 117 60
Binary 11001 10001101 11011010 1011001 100011 0 1111 11001100 1001111 110000

Color Harmonies of #198DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198DDA

Black with #198DDA

Text Example


Text Example

White with #198DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,141,218); }

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

background-color css

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

 a { background-color: rgb(25,141,218); }

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

border-color css

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

 span { border-color: rgb(25,141,218); }

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