Html Css Color HEX #199BE0 Dodger Blue

📋 copy color: '#199BE0'

red 25 ◦ green 155 ◦ blue 224

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

Shades of Dodger Blue #199BE0

Tints of Dodger Blue #199BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 55.45%

R = 6.19%
G = 38.37%
B = 55.45%

CMYK

 C value IS 0.89

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#199BE0 (or 0x199BE0) is known color: Dodger Blue. HEX triplet: 19, 9B and E0. RGB value is (25,155,224). Sum of RGB (Red+Green+Blue) = 25+155+224=404 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.19% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 224 (87.89% from 255 or 55.45% from 404); Max value from RGB is 224 - color contains mainly: blue. Hex color #199BE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199BE0 is #E6641F. Grayscale: #7B7B7B. Windows color (decimal): -15098912 or 14719769. OLE color: 14719769.

HSL color Cylindrical-coordinate representation of color #199BE0: hue angle of 200.8º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #199BE0 is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 25 155 224 -
CMYK 0.89 0.31 0 0.12
HSL 200.8º 0.8% 0.49% -
HSV(B) 200.8º 0.89% 0.88% -
XYZ 25.58 29.03 74.78 -
YUV 124 184.43 57.39 -
System Red Green Blue C M Y K H S L
Decimal 25 155 224 0.89 0.31 0 0.12 200.8 0.8 0.49
Hex 19 9B E0 59 1F 0 C C9 50 31
Octal 31 233 340 131 37 0 14 311 120 61
Binary 11001 10011011 11100000 1011001 11111 0 1100 11001001 1010000 110001

Color Harmonies of #199BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199BE0

Black with #199BE0

Text Example


Text Example

White with #199BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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