Html Css Color HEX #199BFF Dodger Blue

📋 copy color: '#199BFF'

red 25 ◦ green 155 ◦ blue 255

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

Shades of Dodger Blue #199BFF

Tints of Dodger Blue #199BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.62%

R = 5.75%
G = 35.63%
B = 58.62%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#199BFF (or 0x199BFF) is known color: Dodger Blue. HEX triplet: 19, 9B and FF. RGB value is (25,155,255). Sum of RGB (Red+Green+Blue) = 25+155+255=435 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.75% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #199BFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199BFF is #E66400. Grayscale: #7E7E7E. Windows color (decimal): -15098881 or 16751385. OLE color: 16751385.

HSL color Cylindrical-coordinate representation of color #199BFF: hue angle of 206.09º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #199BFF is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 25 155 255 -
CMYK 0.90 0.39 0 0
HSL 206.09º 1% 0.55% -
HSV(B) 206.09º 0.9% 1% -
XYZ 30.17 30.87 98.98 -
YUV 127.53 199.93 54.87 -
System Red Green Blue C M Y K H S L
Decimal 25 155 255 0.90 0.39 0 0 206.09 1 0.55
Hex 19 9B FF 5A 27 0 0 CE 64 37
Octal 31 233 377 132 47 0 0 316 144 67
Binary 11001 10011011 11111111 1011010 100111 0 0 11001110 1100100 110111

Color Harmonies of #199BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199BFF

Black with #199BFF

Text Example


Text Example

White with #199BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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