Html Css Color HEX #199FF5 Dodger Blue

📋 copy color: '#199FF5'

red 25 ◦ green 159 ◦ blue 245

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

Shades of Dodger Blue #199FF5

Tints of Dodger Blue #199FF5

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.06%

 BLUE value IS 245 (96.09% from 255) = 57.11%

R = 5.83%
G = 37.06%
B = 57.11%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#199FF5 (or 0x199FF5) is known color: Dodger Blue. HEX triplet: 19, 9F and F5. RGB value is (25,159,245). Sum of RGB (Red+Green+Blue) = 25+159+245=429 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.83% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 245 (96.09% from 255 or 57.11% from 429); Max value from RGB is 245 - color contains mainly: blue. Hex color #199FF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199FF5 is #E6600A. Grayscale: #808080. Windows color (decimal): -15097867 or 16097049. OLE color: 16097049.

HSL color Cylindrical-coordinate representation of color #199FF5: hue angle of 203.45º 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 #199FF5 is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 25 159 245 -
CMYK 0.90 0.35 0 0.04
HSL 203.45º 0.92% 0.53% -
HSV(B) 203.45º 0.9% 0.96% -
XYZ 29.28 31.6 90.94 -
YUV 128.74 193.61 54.01 -
System Red Green Blue C M Y K H S L
Decimal 25 159 245 0.90 0.35 0 0.04 203.45 0.92 0.53
Hex 19 9F F5 5A 23 0 4 CB 5C 35
Octal 31 237 365 132 43 0 4 313 134 65
Binary 11001 10011111 11110101 1011010 100011 0 100 11001011 1011100 110101

Color Harmonies of #199FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199FF5

Black with #199FF5

Text Example


Text Example

White with #199FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,159,245); }

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

background-color css

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

 a { background-color: rgb(25,159,245); }

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

border-color css

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

 span { border-color: rgb(25,159,245); }

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