Html Css Color HEX #198FDD Dodger Blue

📋 copy color: '#198FDD'

red 25 ◦ green 143 ◦ blue 221

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

Shades of Dodger Blue #198FDD

Tints of Dodger Blue #198FDD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.76%

 BLUE value IS 221 (86.72% from 255) = 56.81%

R = 6.43%
G = 36.76%
B = 56.81%

CMYK

 C value IS 0.89

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#198FDD (or 0x198FDD) is known color: Dodger Blue. HEX triplet: 19, 8F and DD. RGB value is (25,143,221). Sum of RGB (Red+Green+Blue) = 25+143+221=389 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.43% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #198FDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198FDD is #E67022. Grayscale: #747474. Windows color (decimal): -15101987 or 14520089. OLE color: 14520089.

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

Color convert

RGB 25 143 221 -
CMYK 0.89 0.35 0 0.13
HSL 203.88º 0.8% 0.48% -
HSV(B) 203.88º 0.89% 0.87% -
XYZ 23.27 25.07 72.02 -
YUV 116.61 186.91 62.66 -
System Red Green Blue C M Y K H S L
Decimal 25 143 221 0.89 0.35 0 0.13 203.88 0.8 0.48
Hex 19 8F DD 59 23 0 D CC 50 30
Octal 31 217 335 131 43 0 15 314 120 60
Binary 11001 10001111 11011101 1011001 100011 0 1101 11001100 1010000 110000

Color Harmonies of #198FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198FDD

Black with #198FDD

Text Example


Text Example

White with #198FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,143,221); }

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

background-color css

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

 a { background-color: rgb(25,143,221); }

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

border-color css

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

 span { border-color: rgb(25,143,221); }

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