Html Css Color HEX #199FF0 Dodger Blue

📋 copy color: '#199FF0'

red 25 ◦ green 159 ◦ blue 240

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

Shades of Dodger Blue #199FF0

Tints of Dodger Blue #199FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 56.6%

R = 5.9%
G = 37.5%
B = 56.6%

CMYK

 C value IS 0.90

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#199FF0 (or 0x199FF0) is known color: Dodger Blue. HEX triplet: 19, 9F and F0. RGB value is (25,159,240). Sum of RGB (Red+Green+Blue) = 25+159+240=424 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.90% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 240 (94.14% from 255 or 56.60% from 424); Max value from RGB is 240 - color contains mainly: blue. Hex color #199FF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199FF0 is #E6600F. Grayscale: #7F7F7F. Windows color (decimal): -15097872 or 15769369. OLE color: 15769369.

HSL color Cylindrical-coordinate representation of color #199FF0: hue angle of 202.6º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #199FF0 is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 25 159 240 -
CMYK 0.90 0.34 0 0.06
HSL 202.6º 0.88% 0.52% -
HSV(B) 202.6º 0.9% 0.94% -
XYZ 28.53 31.29 86.97 -
YUV 128.17 191.11 54.41 -
System Red Green Blue C M Y K H S L
Decimal 25 159 240 0.90 0.34 0 0.06 202.6 0.88 0.52
Hex 19 9F F0 5A 22 0 6 CB 58 34
Octal 31 237 360 132 42 0 6 313 130 64
Binary 11001 10011111 11110000 1011010 100010 0 110 11001011 1011000 110100

Color Harmonies of #199FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199FF0

Black with #199FF0

Text Example


Text Example

White with #199FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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