Html Css Color HEX #199FFA Dodger Blue

📋 copy color: '#199FFA'

red 25 ◦ green 159 ◦ blue 250

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

Shades of Dodger Blue #199FFA

Tints of Dodger Blue #199FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.6%

R = 5.76%
G = 36.64%
B = 57.6%

CMYK

 C value IS 0.9

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#199FFA (or 0x199FFA) is known color: Dodger Blue. HEX triplet: 19, 9F and FA. RGB value is (25,159,250). Sum of RGB (Red+Green+Blue) = 25+159+250=434 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.76% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #199FFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199FFA is #E66005. Grayscale: #808080. Windows color (decimal): -15097862 or 16424729. OLE color: 16424729.

HSL color Cylindrical-coordinate representation of color #199FFA: hue angle of 204.27º degrees, saturation: 0.96, 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 #199FFA is Cyan = 0.9, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 159 250 -
CMYK 0.9 0.36 0 0.02
HSL 204.27º 0.96% 0.54% -
HSV(B) 204.27º 0.9% 0.98% -
XYZ 30.05 31.91 95.02 -
YUV 129.31 196.11 53.6 -
System Red Green Blue C M Y K H S L
Decimal 25 159 250 0.9 0.36 0 0.02 204.27 0.96 0.54
Hex 19 9F FA 5A 24 0 2 CC 60 36
Octal 31 237 372 132 44 0 2 314 140 66
Binary 11001 10011111 11111010 1011010 100100 0 10 11001100 1100000 110110

Color Harmonies of #199FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199FFA

Black with #199FFA

Text Example


Text Example

White with #199FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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