Html Css Color HEX #199AEF Dodger Blue

📋 copy color: '#199AEF'

red 25 ◦ green 154 ◦ blue 239

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

Shades of Dodger Blue #199AEF

Tints of Dodger Blue #199AEF

RGB

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

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

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

R = 5.98%
G = 36.84%
B = 57.18%

CMYK

 C value IS 0.90

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#199AEF (or 0x199AEF) is known color: Dodger Blue. HEX triplet: 19, 9A and EF. RGB value is (25,154,239). Sum of RGB (Red+Green+Blue) = 25+154+239=418 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.98% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 239 (93.75% from 255 or 57.18% from 418); Max value from RGB is 239 - color contains mainly: blue. Hex color #199AEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199AEF is #E66510. Grayscale: #7C7C7C. Windows color (decimal): -15099153 or 15702553. OLE color: 15702553.

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

Color convert

RGB 25 154 239 -
CMYK 0.90 0.36 0 0.06
HSL 203.83º 0.87% 0.52% -
HSV(B) 203.83º 0.9% 0.94% -
XYZ 27.54 29.55 85.91 -
YUV 125.12 192.26 56.59 -
System Red Green Blue C M Y K H S L
Decimal 25 154 239 0.90 0.36 0 0.06 203.83 0.87 0.52
Hex 19 9A EF 5A 24 0 6 CC 57 34
Octal 31 232 357 132 44 0 6 314 127 64
Binary 11001 10011010 11101111 1011010 100100 0 110 11001100 1010111 110100

Color Harmonies of #199AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199AEF

Black with #199AEF

Text Example


Text Example

White with #199AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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