Html Css Color HEX #199CEF Dodger Blue

📋 copy color: '#199CEF'

red 25 ◦ green 156 ◦ blue 239

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

Shades of Dodger Blue #199CEF

Tints of Dodger Blue #199CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 56.9%

R = 5.95%
G = 37.14%
B = 56.9%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#199CEF (or 0x199CEF) is known color: Dodger Blue. HEX triplet: 19, 9C and EF. RGB value is (25,156,239). Sum of RGB (Red+Green+Blue) = 25+156+239=420 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.95% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 239 (93.75% from 255 or 56.90% from 420); Max value from RGB is 239 - color contains mainly: blue. Hex color #199CEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199CEF is #E66310. Grayscale: #7D7D7D. Windows color (decimal): -15098641 or 15703065. OLE color: 15703065.

HSL color Cylindrical-coordinate representation of color #199CEF: hue angle of 203.27º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #199CEF is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 25 156 239 -
CMYK 0.90 0.35 0 0.06
HSL 203.27º 0.87% 0.52% -
HSV(B) 203.27º 0.9% 0.94% -
XYZ 27.87 30.22 86.02 -
YUV 126.29 191.6 55.75 -
System Red Green Blue C M Y K H S L
Decimal 25 156 239 0.90 0.35 0 0.06 203.27 0.87 0.52
Hex 19 9C EF 5A 23 0 6 CB 57 34
Octal 31 234 357 132 43 0 6 313 127 64
Binary 11001 10011100 11101111 1011010 100011 0 110 11001011 1010111 110100

Color Harmonies of #199CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199CEF

Black with #199CEF

Text Example


Text Example

White with #199CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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