Html Css Color HEX #199AFE Dodger Blue

📋 copy color: '#199AFE'

red 25 ◦ green 154 ◦ blue 254

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

Shades of Dodger Blue #199AFE

Tints of Dodger Blue #199AFE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.57%

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

R = 5.77%
G = 35.57%
B = 58.66%

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

#199AFE (or 0x199AFE) is known color: Dodger Blue. HEX triplet: 19, 9A and FE. RGB value is (25,154,254). Sum of RGB (Red+Green+Blue) = 25+154+254=433 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.77% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #199AFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199AFE is #E66501. Grayscale: #7E7E7E. Windows color (decimal): -15099138 or 16685593. OLE color: 16685593.

HSL color Cylindrical-coordinate representation of color #199AFE: hue angle of 206.2º 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 #199AFE is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 25 154 254 -
CMYK 0.90 0.39 0 0.00
HSL 206.2º 0.99% 0.55% -
HSV(B) 206.2º 0.9% 1% -
XYZ 29.85 30.47 98.07 -
YUV 126.83 199.76 55.37 -
System Red Green Blue C M Y K H S L
Decimal 25 154 254 0.90 0.39 0 0.00 206.2 0.99 0.55
Hex 19 9A FE 5A 27 0 0 CE 63 37
Octal 31 232 376 132 47 0 0 316 143 67
Binary 11001 10011010 11111110 1011010 100111 0 0 11001110 1100011 110111

Color Harmonies of #199AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199AFE

Black with #199AFE

Text Example


Text Example

White with #199AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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