Html Css Color HEX #199EFA Dodger Blue

📋 copy color: '#199EFA'

red 25 ◦ green 158 ◦ blue 250

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

Shades of Dodger Blue #199EFA

Tints of Dodger Blue #199EFA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.49%

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

R = 5.77%
G = 36.49%
B = 57.74%

CMYK

 C value IS 0.9

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#199EFA (or 0x199EFA) is known color: Dodger Blue. HEX triplet: 19, 9E and FA. RGB value is (25,158,250). Sum of RGB (Red+Green+Blue) = 25+158+250=433 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.77% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #199EFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199EFA is #E66105. Grayscale: #808080. Windows color (decimal): -15098118 or 16424473. OLE color: 16424473.

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

Color convert

RGB 25 158 250 -
CMYK 0.9 0.37 0 0.02
HSL 204.53º 0.96% 0.54% -
HSV(B) 204.53º 0.9% 0.98% -
XYZ 29.88 31.56 94.96 -
YUV 128.72 196.44 54.02 -
System Red Green Blue C M Y K H S L
Decimal 25 158 250 0.9 0.37 0 0.02 204.53 0.96 0.54
Hex 19 9E FA 5A 25 0 2 CD 60 36
Octal 31 236 372 132 45 0 2 315 140 66
Binary 11001 10011110 11111010 1011010 100101 0 10 11001101 1100000 110110

Color Harmonies of #199EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199EFA

Black with #199EFA

Text Example


Text Example

White with #199EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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