Html Css Color HEX #1999F8 Dodger Blue

📋 copy color: '#1999F8'

red 25 ◦ green 153 ◦ blue 248

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

Shades of Dodger Blue #1999F8

Tints of Dodger Blue #1999F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 58.22%

R = 5.87%
G = 35.92%
B = 58.22%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#1999F8 (or 0x1999F8) is known color: Dodger Blue. HEX triplet: 19, 99 and F8. RGB value is (25,153,248). Sum of RGB (Red+Green+Blue) = 25+153+248=426 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.87% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 248 (97.27% from 255 or 58.22% from 426); Max value from RGB is 248 - color contains mainly: blue. Hex color #1999F8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1999F8 is #E66607. Grayscale: #7D7D7D. Windows color (decimal): -15099400 or 16292121. OLE color: 16292121.

HSL color Cylindrical-coordinate representation of color #1999F8: hue angle of 205.56º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1999F8 is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 25 153 248 -
CMYK 0.90 0.38 0 0.03
HSL 205.56º 0.94% 0.54% -
HSV(B) 205.56º 0.9% 0.97% -
XYZ 28.74 29.77 93.04 -
YUV 125.56 197.09 56.28 -
System Red Green Blue C M Y K H S L
Decimal 25 153 248 0.90 0.38 0 0.03 205.56 0.94 0.54
Hex 19 99 F8 5A 26 0 3 CE 5E 36
Octal 31 231 370 132 46 0 3 316 136 66
Binary 11001 10011001 11111000 1011010 100110 0 11 11001110 1011110 110110

Color Harmonies of #1999F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1999F8

Black with #1999F8

Text Example


Text Example

White with #1999F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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