Html Css Color HEX #199BEE Dodger Blue

📋 copy color: '#199BEE'

red 25 ◦ green 155 ◦ blue 238

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

Shades of Dodger Blue #199BEE

Tints of Dodger Blue #199BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 56.94%

R = 5.98%
G = 37.08%
B = 56.94%

CMYK

 C value IS 0.89

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#199BEE (or 0x199BEE) is known color: Dodger Blue. HEX triplet: 19, 9B and EE. RGB value is (25,155,238). Sum of RGB (Red+Green+Blue) = 25+155+238=418 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.98% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #199BEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199BEE is #E66411. Grayscale: #7D7D7D. Windows color (decimal): -15098898 or 15637273. OLE color: 15637273.

HSL color Cylindrical-coordinate representation of color #199BEE: hue angle of 203.38º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #199BEE is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 155 238 -
CMYK 0.89 0.35 0 0.07
HSL 203.38º 0.86% 0.52% -
HSV(B) 203.38º 0.89% 0.93% -
XYZ 27.55 29.82 85.19 -
YUV 125.59 191.43 56.25 -
System Red Green Blue C M Y K H S L
Decimal 25 155 238 0.89 0.35 0 0.07 203.38 0.86 0.52
Hex 19 9B EE 59 23 0 7 CB 56 34
Octal 31 233 356 131 43 0 7 313 126 64
Binary 11001 10011011 11101110 1011001 100011 0 111 11001011 1010110 110100

Color Harmonies of #199BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199BEE

Black with #199BEE

Text Example


Text Example

White with #199BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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