Html Css Color HEX #199DFB Dodger Blue

📋 copy color: '#199DFB'

red 25 ◦ green 157 ◦ blue 251

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

Shades of Dodger Blue #199DFB

Tints of Dodger Blue #199DFB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.26%

 BLUE value IS 251 (98.44% from 255) = 57.97%

R = 5.77%
G = 36.26%
B = 57.97%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#199DFB (or 0x199DFB) is known color: Dodger Blue. HEX triplet: 19, 9D and FB. RGB value is (25,157,251). Sum of RGB (Red+Green+Blue) = 25+157+251=433 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.77% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 251 (98.44% from 255 or 57.97% from 433); Max value from RGB is 251 - color contains mainly: blue. Hex color #199DFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199DFB is #E66204. Grayscale: #7F7F7F. Windows color (decimal): -15098373 or 16489753. OLE color: 16489753.

HSL color Cylindrical-coordinate representation of color #199DFB: hue angle of 204.96º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #199DFB is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 157 251 -
CMYK 0.90 0.37 0 0.02
HSL 204.96º 0.97% 0.54% -
HSV(B) 204.96º 0.9% 0.98% -
XYZ 29.87 31.29 95.73 -
YUV 128.25 197.27 54.36 -
System Red Green Blue C M Y K H S L
Decimal 25 157 251 0.90 0.37 0 0.02 204.96 0.97 0.54
Hex 19 9D FB 5A 25 0 2 CD 61 36
Octal 31 235 373 132 45 0 2 315 141 66
Binary 11001 10011101 11111011 1011010 100101 0 10 11001101 1100001 110110

Color Harmonies of #199DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199DFB

Black with #199DFB

Text Example


Text Example

White with #199DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,157,251); }

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

background-color css

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

 a { background-color: rgb(25,157,251); }

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

border-color css

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

 span { border-color: rgb(25,157,251); }

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