Html Css Color HEX #1999F6 Dodger Blue

📋 copy color: '#1999F6'

red 25 ◦ green 153 ◦ blue 246

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

Shades of Dodger Blue #1999F6

Tints of Dodger Blue #1999F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 58.02%

R = 5.9%
G = 36.08%
B = 58.02%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1999F6 (or 0x1999F6) is known color: Dodger Blue. HEX triplet: 19, 99 and F6. RGB value is (25,153,246). Sum of RGB (Red+Green+Blue) = 25+153+246=424 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.90% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 246 (96.48% from 255 or 58.02% from 424); Max value from RGB is 246 - color contains mainly: blue. Hex color #1999F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1999F6 is #E66609. Grayscale: #7C7C7C. Windows color (decimal): -15099402 or 16161049. OLE color: 16161049.

HSL color Cylindrical-coordinate representation of color #1999F6: hue angle of 205.25º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1999F6 is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 25 153 246 -
CMYK 0.90 0.38 0 0.04
HSL 205.25º 0.92% 0.53% -
HSV(B) 205.25º 0.9% 0.96% -
XYZ 28.43 29.64 91.41 -
YUV 125.33 196.09 56.44 -
System Red Green Blue C M Y K H S L
Decimal 25 153 246 0.90 0.38 0 0.04 205.25 0.92 0.53
Hex 19 99 F6 5A 26 0 4 CD 5C 35
Octal 31 231 366 132 46 0 4 315 134 65
Binary 11001 10011001 11110110 1011010 100110 0 100 11001101 1011100 110101

Color Harmonies of #1999F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1999F6

Black with #1999F6

Text Example


Text Example

White with #1999F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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