Html Css Color HEX #119FED Dodger Blue

📋 copy color: '#119FED'

red 17 ◦ green 159 ◦ blue 237

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

Shades of Dodger Blue #119FED

Tints of Dodger Blue #119FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 57.38%

R = 4.12%
G = 38.5%
B = 57.38%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#119FED (or 0x119FED) is known color: Dodger Blue. HEX triplet: 11, 9F and ED. RGB value is (17,159,237). Sum of RGB (Red+Green+Blue) = 17+159+237=413 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.12% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 237 (92.97% from 255 or 57.38% from 413); Max value from RGB is 237 - color contains mainly: blue. Hex color #119FED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119FED is #EE6012. Grayscale: #7C7C7C. Windows color (decimal): -15622163 or 15572753. OLE color: 15572753.

HSL color Cylindrical-coordinate representation of color #119FED: hue angle of 201.27º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #119FED is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 17 159 237 -
CMYK 0.93 0.33 0 0.07
HSL 201.27º 0.87% 0.5% -
HSV(B) 201.27º 0.93% 0.93% -
XYZ 27.92 31.03 84.64 -
YUV 125.43 190.96 50.66 -
System Red Green Blue C M Y K H S L
Decimal 17 159 237 0.93 0.33 0 0.07 201.27 0.87 0.5
Hex 11 9F ED 5D 21 0 7 C9 57 32
Octal 21 237 355 135 41 0 7 311 127 62
Binary 10001 10011111 11101101 1011101 100001 0 111 11001001 1010111 110010

Color Harmonies of #119FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119FED

Black with #119FED

Text Example


Text Example

White with #119FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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