Html Css Color HEX #119FF8 Dodger Blue

📋 copy color: '#119FF8'

red 17 ◦ green 159 ◦ blue 248

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

Shades of Dodger Blue #119FF8

Tints of Dodger Blue #119FF8

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.5%

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

R = 4.01%
G = 37.5%
B = 58.49%

CMYK

 C value IS 0.93

 M value IS 0.36

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#119FF8 (or 0x119FF8) is known color: Dodger Blue. HEX triplet: 11, 9F and F8. RGB value is (17,159,248). Sum of RGB (Red+Green+Blue) = 17+159+248=424 (56% of max value = 765). Red value is 17 (7.03% from 255 or 4.01% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 248 (97.27% from 255 or 58.49% from 424); Max value from RGB is 248 - color contains mainly: blue. Hex color #119FF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119FF8 is #EE6007. Grayscale: #7E7E7E. Windows color (decimal): -15622152 or 16293649. OLE color: 16293649.

HSL color Cylindrical-coordinate representation of color #119FF8: hue angle of 203.12º 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 #119FF8 is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 17 159 248 -
CMYK 0.93 0.36 0 0.03
HSL 203.12º 0.94% 0.52% -
HSV(B) 203.12º 0.93% 0.97% -
XYZ 29.57 31.69 93.37 -
YUV 126.69 196.46 49.76 -
System Red Green Blue C M Y K H S L
Decimal 17 159 248 0.93 0.36 0 0.03 203.12 0.94 0.52
Hex 11 9F F8 5D 24 0 3 CB 5E 34
Octal 21 237 370 135 44 0 3 313 136 64
Binary 10001 10011111 11111000 1011101 100100 0 11 11001011 1011110 110100

Color Harmonies of #119FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119FF8

Black with #119FF8

Text Example


Text Example

White with #119FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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