Html Css Color HEX #1999DF Dodger Blue

📋 copy color: '#1999DF'

red 25 ◦ green 153 ◦ blue 223

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

Shades of Dodger Blue #1999DF

Tints of Dodger Blue #1999DF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.15%

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

R = 6.23%
G = 38.15%
B = 55.61%

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

#1999DF (or 0x1999DF) is known color: Dodger Blue. HEX triplet: 19, 99 and DF. RGB value is (25,153,223). Sum of RGB (Red+Green+Blue) = 25+153+223=401 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.23% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #1999DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1999DF is #E66620. Grayscale: #7A7A7A. Windows color (decimal): -15099425 or 14653721. OLE color: 14653721.

HSL color Cylindrical-coordinate representation of color #1999DF: hue angle of 201.21º 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 #1999DF is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 153 223 -
CMYK 0.89 0.31 0 0.13
HSL 201.21º 0.8% 0.49% -
HSV(B) 201.21º 0.89% 0.87% -
XYZ 25.11 28.32 73.95 -
YUV 122.71 184.59 58.31 -
System Red Green Blue C M Y K H S L
Decimal 25 153 223 0.89 0.31 0 0.13 201.21 0.8 0.49
Hex 19 99 DF 59 1F 0 D C9 50 31
Octal 31 231 337 131 37 0 15 311 120 61
Binary 11001 10011001 11011111 1011001 11111 0 1101 11001001 1010000 110001

Color Harmonies of #1999DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1999DF

Black with #1999DF

Text Example


Text Example

White with #1999DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1999DF; }

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

 H1.HeaderClassName
 {
   color: #1999DF;
 }
 .AnyTagClassName
 {
   color: #1999DF;
 }
</style>

background-color css

<style>
 a { background-color: #1999DF; }

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

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

border-color css

<style>
 span { border-color: #1999DF; }

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

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