Html Css Color HEX #199DFD Dodger Blue

📋 copy color: '#199DFD'

red 25 ◦ green 157 ◦ blue 253

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

Shades of Dodger Blue #199DFD

Tints of Dodger Blue #199DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.16%

R = 5.75%
G = 36.09%
B = 58.16%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#199DFD (or 0x199DFD) is known color: Dodger Blue. HEX triplet: 19, 9D and FD. RGB value is (25,157,253). Sum of RGB (Red+Green+Blue) = 25+157+253=435 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.75% from 435); Green value is 157 (61.72% from 255 or 36.09% from 435); Blue value is 253 (99.22% from 255 or 58.16% from 435); Max value from RGB is 253 - color contains mainly: blue. Hex color #199DFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199DFD is #E66202. Grayscale: #7F7F7F. Windows color (decimal): -15098371 or 16620825. OLE color: 16620825.

HSL color Cylindrical-coordinate representation of color #199DFD: hue angle of 205.26º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #199DFD is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 25 157 253 -
CMYK 0.90 0.38 0 0.01
HSL 205.26º 0.98% 0.55% -
HSV(B) 205.26º 0.9% 0.99% -
XYZ 30.19 31.41 97.4 -
YUV 128.48 198.27 54.19 -
System Red Green Blue C M Y K H S L
Decimal 25 157 253 0.90 0.38 0 0.01 205.26 0.98 0.55
Hex 19 9D FD 5A 26 0 1 CD 62 37
Octal 31 235 375 132 46 0 1 315 142 67
Binary 11001 10011101 11111101 1011010 100110 0 1 11001101 1100010 110111

Color Harmonies of #199DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199DFD

Black with #199DFD

Text Example


Text Example

White with #199DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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