Html Css Color HEX #199EFB Dodger Blue

📋 copy color: '#199EFB'

red 25 ◦ green 158 ◦ blue 251

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

Shades of Dodger Blue #199EFB

Tints of Dodger Blue #199EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 57.83%

R = 5.76%
G = 36.41%
B = 57.83%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#199EFB (or 0x199EFB) is known color: Dodger Blue. HEX triplet: 19, 9E and FB. RGB value is (25,158,251). Sum of RGB (Red+Green+Blue) = 25+158+251=434 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.76% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 251 (98.44% from 255 or 57.83% from 434); Max value from RGB is 251 - color contains mainly: blue. Hex color #199EFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199EFB is #E66104. Grayscale: #808080. Windows color (decimal): -15098117 or 16490009. OLE color: 16490009.

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

Color convert

RGB 25 158 251 -
CMYK 0.90 0.37 0 0.02
HSL 204.69º 0.97% 0.54% -
HSV(B) 204.69º 0.9% 0.98% -
XYZ 30.04 31.63 95.79 -
YUV 128.84 196.94 53.94 -
System Red Green Blue C M Y K H S L
Decimal 25 158 251 0.90 0.37 0 0.02 204.69 0.97 0.54
Hex 19 9E FB 5A 25 0 2 CD 61 36
Octal 31 236 373 132 45 0 2 315 141 66
Binary 11001 10011110 11111011 1011010 100101 0 10 11001101 1100001 110110

Color Harmonies of #199EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199EFB

Black with #199EFB

Text Example


Text Example

White with #199EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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