Html Css Color HEX #199BEB Dodger Blue

📋 copy color: '#199BEB'

red 25 ◦ green 155 ◦ blue 235

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

Shades of Dodger Blue #199BEB

Tints of Dodger Blue #199BEB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.35%

 BLUE value IS 235 (92.19% from 255) = 56.63%

R = 6.02%
G = 37.35%
B = 56.63%

CMYK

 C value IS 0.89

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#199BEB (or 0x199BEB) is known color: Dodger Blue. HEX triplet: 19, 9B and EB. RGB value is (25,155,235). Sum of RGB (Red+Green+Blue) = 25+155+235=415 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.02% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 235 (92.19% from 255 or 56.63% from 415); Max value from RGB is 235 - color contains mainly: blue. Hex color #199BEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199BEB is #E66414. Grayscale: #7C7C7C. Windows color (decimal): -15098901 or 15440665. OLE color: 15440665.

HSL color Cylindrical-coordinate representation of color #199BEB: hue angle of 202.86º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #199BEB is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 155 235 -
CMYK 0.89 0.34 0 0.08
HSL 202.86º 0.84% 0.51% -
HSV(B) 202.86º 0.89% 0.92% -
XYZ 27.12 29.65 82.89 -
YUV 125.25 189.93 56.5 -
System Red Green Blue C M Y K H S L
Decimal 25 155 235 0.89 0.34 0 0.08 202.86 0.84 0.51
Hex 19 9B EB 59 22 0 8 CB 54 33
Octal 31 233 353 131 42 0 10 313 124 63
Binary 11001 10011011 11101011 1011001 100010 0 1000 11001011 1010100 110011

Color Harmonies of #199BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199BEB

Black with #199BEB

Text Example


Text Example

White with #199BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,155,235); }

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

background-color css

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

 a { background-color: rgb(25,155,235); }

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

border-color css

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

 span { border-color: rgb(25,155,235); }

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