Html Css Color HEX #119FFE Dodger Blue

📋 copy color: '#119FFE'

red 17 ◦ green 159 ◦ blue 254

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

Shades of Dodger Blue #119FFE

Tints of Dodger Blue #119FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 59.07%

R = 3.95%
G = 36.98%
B = 59.07%

CMYK

 C value IS 0.93

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#119FFE (or 0x119FFE) is known color: Dodger Blue. HEX triplet: 11, 9F and FE. RGB value is (17,159,254). Sum of RGB (Red+Green+Blue) = 17+159+254=430 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.95% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #119FFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119FFE is #EE6001. Grayscale: #7E7E7E. Windows color (decimal): -15622146 or 16686865. OLE color: 16686865.

HSL color Cylindrical-coordinate representation of color #119FFE: hue angle of 204.05º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #119FFE is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 17 159 254 -
CMYK 0.93 0.37 0 0.00
HSL 204.05º 0.99% 0.53% -
HSV(B) 204.05º 0.93% 1% -
XYZ 30.52 32.07 98.35 -
YUV 127.37 199.46 49.28 -
System Red Green Blue C M Y K H S L
Decimal 17 159 254 0.93 0.37 0 0.00 204.05 0.99 0.53
Hex 11 9F FE 5D 25 0 0 CC 63 35
Octal 21 237 376 135 45 0 0 314 143 65
Binary 10001 10011111 11111110 1011101 100101 0 0 11001100 1100011 110101

Color Harmonies of #119FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119FFE

Black with #119FFE

Text Example


Text Example

White with #119FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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