Html Css Color HEX #199FFD Dodger Blue

📋 copy color: '#199FFD'

red 25 ◦ green 159 ◦ blue 253

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

Shades of Dodger Blue #199FFD

Tints of Dodger Blue #199FFD

RGB

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

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

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

R = 5.72%
G = 36.38%
B = 57.89%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#199FFD (or 0x199FFD) is known color: Dodger Blue. HEX triplet: 19, 9F and FD. RGB value is (25,159,253). Sum of RGB (Red+Green+Blue) = 25+159+253=437 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.72% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #199FFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199FFD is #E66002. Grayscale: #818181. Windows color (decimal): -15097859 or 16621337. OLE color: 16621337.

HSL color Cylindrical-coordinate representation of color #199FFD: hue angle of 204.74º 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 #199FFD is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 25 159 253 -
CMYK 0.90 0.37 0 0.01
HSL 204.74º 0.98% 0.55% -
HSV(B) 204.74º 0.9% 0.99% -
XYZ 30.53 32.09 97.51 -
YUV 129.65 197.61 53.36 -
System Red Green Blue C M Y K H S L
Decimal 25 159 253 0.90 0.37 0 0.01 204.74 0.98 0.55
Hex 19 9F FD 5A 25 0 1 CD 62 37
Octal 31 237 375 132 45 0 1 315 142 67
Binary 11001 10011111 11111101 1011010 100101 0 1 11001101 1100010 110111

Color Harmonies of #199FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199FFD

Black with #199FFD

Text Example


Text Example

White with #199FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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