Html Css Color HEX #199BDE Dodger Blue

📋 copy color: '#199BDE'

red 25 ◦ green 155 ◦ blue 222

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

Shades of Dodger Blue #199BDE

Tints of Dodger Blue #199BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.22%

R = 6.22%
G = 38.56%
B = 55.22%

CMYK

 C value IS 0.89

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#199BDE (or 0x199BDE) is known color: Dodger Blue. HEX triplet: 19, 9B and DE. RGB value is (25,155,222). Sum of RGB (Red+Green+Blue) = 25+155+222=402 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.22% from 402); Green value is 155 (60.94% from 255 or 38.56% from 402); Blue value is 222 (87.11% from 255 or 55.22% from 402); Max value from RGB is 222 - color contains mainly: blue. Hex color #199BDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199BDE is #E66421. Grayscale: #7B7B7B. Windows color (decimal): -15098914 or 14588697. OLE color: 14588697.

HSL color Cylindrical-coordinate representation of color #199BDE: hue angle of 200.41º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #199BDE is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 155 222 -
CMYK 0.89 0.30 0 0.13
HSL 200.41º 0.8% 0.48% -
HSV(B) 200.41º 0.89% 0.87% -
XYZ 25.31 28.92 73.36 -
YUV 123.77 183.43 57.55 -
System Red Green Blue C M Y K H S L
Decimal 25 155 222 0.89 0.30 0 0.13 200.41 0.8 0.48
Hex 19 9B DE 59 1E 0 D C8 50 30
Octal 31 233 336 131 36 0 15 310 120 60
Binary 11001 10011011 11011110 1011001 11110 0 1101 11001000 1010000 110000

Color Harmonies of #199BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199BDE

Black with #199BDE

Text Example


Text Example

White with #199BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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