Html Css Color HEX #119AF8 Dodger Blue

📋 copy color: '#119AF8'

red 17 ◦ green 154 ◦ blue 248

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

Shades of Dodger Blue #119AF8

Tints of Dodger Blue #119AF8

RGB

 RED value IS 17 (7.03% from 255) = 4.06%

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

 BLUE value IS 248 (97.27% from 255) = 59.19%

R = 4.06%
G = 36.75%
B = 59.19%

CMYK

 C value IS 0.93

 M value IS 0.38

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#119AF8 (or 0x119AF8) is known color: Dodger Blue. HEX triplet: 11, 9A and F8. RGB value is (17,154,248). Sum of RGB (Red+Green+Blue) = 17+154+248=419 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.06% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 248 (97.27% from 255 or 59.19% from 419); Max value from RGB is 248 - color contains mainly: blue. Hex color #119AF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119AF8 is #EE6507. Grayscale: #7B7B7B. Windows color (decimal): -15623432 or 16292369. OLE color: 16292369.

HSL color Cylindrical-coordinate representation of color #119AF8: hue angle of 204.42º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #119AF8 is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 17 154 248 -
CMYK 0.93 0.38 0 0.03
HSL 204.42º 0.94% 0.52% -
HSV(B) 204.42º 0.93% 0.97% -
XYZ 28.73 30.01 93.08 -
YUV 123.75 198.11 51.86 -
System Red Green Blue C M Y K H S L
Decimal 17 154 248 0.93 0.38 0 0.03 204.42 0.94 0.52
Hex 11 9A F8 5D 26 0 3 CC 5E 34
Octal 21 232 370 135 46 0 3 314 136 64
Binary 10001 10011010 11111000 1011101 100110 0 11 11001100 1011110 110100

Color Harmonies of #119AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119AF8

Black with #119AF8

Text Example


Text Example

White with #119AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119AF8; }

 p { color: rgb(17,154,248); }

 H1.HeaderClassName
 {
   color: #119AF8;
 }
 .AnyTagClassName
 {
   color: #119AF8;
 }
</style>

background-color css

<style>
 a { background-color: #119AF8; }

 a { background-color: rgb(17,154,248); }

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

border-color css

<style>
 span { border-color: #119AF8; }

 span { border-color: rgb(17,154,248); }

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