Html Css Color HEX #199CFC Dodger Blue

📋 copy color: '#199CFC'

red 25 ◦ green 156 ◦ blue 252

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

Shades of Dodger Blue #199CFC

Tints of Dodger Blue #199CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.2%

R = 5.77%
G = 36.03%
B = 58.2%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#199CFC (or 0x199CFC) is known color: Dodger Blue. HEX triplet: 19, 9C and FC. RGB value is (25,156,252). Sum of RGB (Red+Green+Blue) = 25+156+252=433 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.77% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 252 (98.83% from 255 or 58.20% from 433); Max value from RGB is 252 - color contains mainly: blue. Hex color #199CFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199CFC is #E66303. Grayscale: #7F7F7F. Windows color (decimal): -15098628 or 16555033. OLE color: 16555033.

HSL color Cylindrical-coordinate representation of color #199CFC: hue angle of 205.37º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #199CFC is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 25 156 252 -
CMYK 0.90 0.38 0 0.01
HSL 205.37º 0.97% 0.54% -
HSV(B) 205.37º 0.9% 0.99% -
XYZ 29.86 31.01 96.51 -
YUV 127.78 198.1 54.69 -
System Red Green Blue C M Y K H S L
Decimal 25 156 252 0.90 0.38 0 0.01 205.37 0.97 0.54
Hex 19 9C FC 5A 26 0 1 CD 61 36
Octal 31 234 374 132 46 0 1 315 141 66
Binary 11001 10011100 11111100 1011010 100110 0 1 11001101 1100001 110110

Color Harmonies of #199CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199CFC

Black with #199CFC

Text Example


Text Example

White with #199CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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