Html Css Color HEX #119FFD Dodger Blue

📋 copy color: '#119FFD'

red 17 ◦ green 159 ◦ blue 253

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

Shades of Dodger Blue #119FFD

Tints of Dodger Blue #119FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.97%

R = 3.96%
G = 37.06%
B = 58.97%

CMYK

 C value IS 0.93

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#119FFD (or 0x119FFD) is known color: Dodger Blue. HEX triplet: 11, 9F and FD. RGB value is (17,159,253). Sum of RGB (Red+Green+Blue) = 17+159+253=429 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.96% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 253 (99.22% from 255 or 58.97% from 429); Max value from RGB is 253 - color contains mainly: blue. Hex color #119FFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119FFD is #EE6002. Grayscale: #7E7E7E. Windows color (decimal): -15622147 or 16621329. OLE color: 16621329.

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

Color convert

RGB 17 159 253 -
CMYK 0.93 0.37 0 0.01
HSL 203.9º 0.98% 0.53% -
HSV(B) 203.9º 0.93% 0.99% -
XYZ 30.36 32.01 97.51 -
YUV 127.26 198.96 49.36 -
System Red Green Blue C M Y K H S L
Decimal 17 159 253 0.93 0.37 0 0.01 203.9 0.98 0.53
Hex 11 9F FD 5D 25 0 1 CC 62 35
Octal 21 237 375 135 45 0 1 314 142 65
Binary 10001 10011111 11111101 1011101 100101 0 1 11001100 1100010 110101

Color Harmonies of #119FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119FFD

Black with #119FFD

Text Example


Text Example

White with #119FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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