Html Css Color HEX #199FEB Dodger Blue

📋 copy color: '#199FEB'

red 25 ◦ green 159 ◦ blue 235

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

Shades of Dodger Blue #199FEB

Tints of Dodger Blue #199FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 56.09%

R = 5.97%
G = 37.95%
B = 56.09%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#199FEB (or 0x199FEB) is known color: Dodger Blue. HEX triplet: 19, 9F and EB. RGB value is (25,159,235). Sum of RGB (Red+Green+Blue) = 25+159+235=419 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.97% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 235 (92.19% from 255 or 56.09% from 419); Max value from RGB is 235 - color contains mainly: blue. Hex color #199FEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199FEB is #E66014. Grayscale: #7F7F7F. Windows color (decimal): -15097877 or 15441689. OLE color: 15441689.

HSL color Cylindrical-coordinate representation of color #199FEB: hue angle of 201.71º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #199FEB is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 159 235 -
CMYK 0.89 0.32 0 0.08
HSL 201.71º 0.84% 0.51% -
HSV(B) 201.71º 0.89% 0.92% -
XYZ 27.79 31 83.12 -
YUV 127.6 188.61 54.82 -
System Red Green Blue C M Y K H S L
Decimal 25 159 235 0.89 0.32 0 0.08 201.71 0.84 0.51
Hex 19 9F EB 59 20 0 8 CA 54 33
Octal 31 237 353 131 40 0 10 312 124 63
Binary 11001 10011111 11101011 1011001 100000 0 1000 11001010 1010100 110011

Color Harmonies of #199FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199FEB

Black with #199FEB

Text Example


Text Example

White with #199FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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