Html Css Color HEX #199ADF Dodger Blue

📋 copy color: '#199ADF'

red 25 ◦ green 154 ◦ blue 223

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

Shades of Dodger Blue #199ADF

Tints of Dodger Blue #199ADF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.31%

 BLUE value IS 223 (87.5% from 255) = 55.47%

R = 6.22%
G = 38.31%
B = 55.47%

CMYK

 C value IS 0.89

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#199ADF (or 0x199ADF) is known color: Dodger Blue. HEX triplet: 19, 9A and DF. RGB value is (25,154,223). Sum of RGB (Red+Green+Blue) = 25+154+223=402 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.22% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #199ADF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199ADF is #E66520. Grayscale: #7A7A7A. Windows color (decimal): -15099169 or 14653977. OLE color: 14653977.

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

Color convert

RGB 25 154 223 -
CMYK 0.89 0.31 0 0.13
HSL 200.91º 0.8% 0.49% -
HSV(B) 200.91º 0.89% 0.87% -
XYZ 25.28 28.65 74.01 -
YUV 123.3 184.26 57.89 -
System Red Green Blue C M Y K H S L
Decimal 25 154 223 0.89 0.31 0 0.13 200.91 0.8 0.49
Hex 19 9A DF 59 1F 0 D C9 50 31
Octal 31 232 337 131 37 0 15 311 120 61
Binary 11001 10011010 11011111 1011001 11111 0 1101 11001001 1010000 110001

Color Harmonies of #199ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199ADF

Black with #199ADF

Text Example


Text Example

White with #199ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199ADF; }

 p { color: rgb(25,154,223); }

 H1.HeaderClassName
 {
   color: #199ADF;
 }
 .AnyTagClassName
 {
   color: #199ADF;
 }
</style>

background-color css

<style>
 a { background-color: #199ADF; }

 a { background-color: rgb(25,154,223); }

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

border-color css

<style>
 span { border-color: #199ADF; }

 span { border-color: rgb(25,154,223); }

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