Html Css Color HEX #199CFF Dodger Blue

📋 copy color: '#199CFF'

red 25 ◦ green 156 ◦ blue 255

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

Shades of Dodger Blue #199CFF

Tints of Dodger Blue #199CFF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.78%

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

R = 5.73%
G = 35.78%
B = 58.49%

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

#199CFF (or 0x199CFF) is known color: Dodger Blue. HEX triplet: 19, 9C and FF. RGB value is (25,156,255). Sum of RGB (Red+Green+Blue) = 25+156+255=436 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.73% from 436); Green value is 156 (61.33% from 255 or 35.78% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #199CFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199CFF is #E66300. Grayscale: #7F7F7F. Windows color (decimal): -15098625 or 16751641. OLE color: 16751641.

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

Color convert

RGB 25 156 255 -
CMYK 0.90 0.39 0 0
HSL 205.83º 1% 0.55% -
HSV(B) 205.83º 0.9% 1% -
XYZ 30.34 31.2 99.03 -
YUV 128.12 199.6 54.45 -
System Red Green Blue C M Y K H S L
Decimal 25 156 255 0.90 0.39 0 0 205.83 1 0.55
Hex 19 9C FF 5A 27 0 0 CE 64 37
Octal 31 234 377 132 47 0 0 316 144 67
Binary 11001 10011100 11111111 1011010 100111 0 0 11001110 1100100 110111

Color Harmonies of #199CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199CFF

Black with #199CFF

Text Example


Text Example

White with #199CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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