Html Css Color HEX #199BFE Dodger Blue

📋 copy color: '#199BFE'

red 25 ◦ green 155 ◦ blue 254

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

Shades of Dodger Blue #199BFE

Tints of Dodger Blue #199BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 58.53%

R = 5.76%
G = 35.71%
B = 58.53%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#199BFE (or 0x199BFE) is known color: Dodger Blue. HEX triplet: 19, 9B and FE. RGB value is (25,155,254). Sum of RGB (Red+Green+Blue) = 25+155+254=434 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.76% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #199BFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199BFE is #E66401. Grayscale: #7E7E7E. Windows color (decimal): -15098882 or 16685849. OLE color: 16685849.

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

Color convert

RGB 25 155 254 -
CMYK 0.90 0.39 0 0.00
HSL 205.94º 0.99% 0.55% -
HSV(B) 205.94º 0.9% 1% -
XYZ 30.01 30.81 98.13 -
YUV 127.42 199.43 54.95 -
System Red Green Blue C M Y K H S L
Decimal 25 155 254 0.90 0.39 0 0.00 205.94 0.99 0.55
Hex 19 9B FE 5A 27 0 0 CE 63 37
Octal 31 233 376 132 47 0 0 316 143 67
Binary 11001 10011011 11111110 1011010 100111 0 0 11001110 1100011 110111

Color Harmonies of #199BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199BFE

Black with #199BFE

Text Example


Text Example

White with #199BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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