Html Css Color HEX #199DFC Dodger Blue

📋 copy color: '#199DFC'

red 25 ◦ green 157 ◦ blue 252

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

Shades of Dodger Blue #199DFC

Tints of Dodger Blue #199DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.06%

R = 5.76%
G = 36.18%
B = 58.06%

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

#199DFC (or 0x199DFC) is known color: Dodger Blue. HEX triplet: 19, 9D and FC. RGB value is (25,157,252). Sum of RGB (Red+Green+Blue) = 25+157+252=434 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.76% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 252 (98.83% from 255 or 58.06% from 434); Max value from RGB is 252 - color contains mainly: blue. Hex color #199DFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199DFC is #E66203. Grayscale: #7F7F7F. Windows color (decimal): -15098372 or 16555289. OLE color: 16555289.

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

Color convert

RGB 25 157 252 -
CMYK 0.90 0.38 0 0.01
HSL 205.11º 0.97% 0.54% -
HSV(B) 205.11º 0.9% 0.99% -
XYZ 30.03 31.35 96.56 -
YUV 128.36 197.77 54.28 -
System Red Green Blue C M Y K H S L
Decimal 25 157 252 0.90 0.38 0 0.01 205.11 0.97 0.54
Hex 19 9D FC 5A 26 0 1 CD 61 36
Octal 31 235 374 132 46 0 1 315 141 66
Binary 11001 10011101 11111100 1011010 100110 0 1 11001101 1100001 110110

Color Harmonies of #199DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199DFC

Black with #199DFC

Text Example


Text Example

White with #199DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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