#198ADC

Color #198ADC Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #198ADC

Tints of Dodger Blue #198ADC

Color information

#198ADC (or 0x198ADC) is unknown color: approx Dodger Blue. HEX triplet: 19, 8A and DC. RGB value is (25,138,220). Sum of RGB (Red+Green+Blue) = 25+138+220=383 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.53% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #198ADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198ADC is #E67523. Grayscale: #717171. Windows color (decimal): -15103268 or 14453273. OLE color: 14453273.

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

Color convert

RGB25138220-
CMYK0.890.3700.14
HSL205.23º79.59%48.04%-
HSV(B)205.23º88.64%86.27%-
XYZ22.4123.5571.07-
YUV113.56188.0664.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.53%
GREEN value IS 138 (54.30% from 255) = 36.03%
BLUE value IS 220 (86.33% from 255) = 57.44%
R=6.53%
G=36.03%
B=57.44%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal251382200.890.3700.14205.2379.5948.04
Hex198ADC59250Ecd5030
Octal312123341314501631512060
Binary110011000101011011100101100110010101110110011011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #198ADC;
 }
 .AnyTagClassName
 {
   color: #198ADC;
 }
</style>
background-color css

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

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

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

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

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

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