Html Css Color HEX #119FFA Dodger Blue

📋 copy color: '#119FFA'

red 17 ◦ green 159 ◦ blue 250

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

Shades of Dodger Blue #119FFA

Tints of Dodger Blue #119FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58.69%

R = 3.99%
G = 37.32%
B = 58.69%

CMYK

 C value IS 0.93

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#119FFA (or 0x119FFA) is known color: Dodger Blue. HEX triplet: 11, 9F and FA. RGB value is (17,159,250). Sum of RGB (Red+Green+Blue) = 17+159+250=426 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.99% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 250 (98.05% from 255 or 58.69% from 426); Max value from RGB is 250 - color contains mainly: blue. Hex color #119FFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119FFA is #EE6005. Grayscale: #7E7E7E. Windows color (decimal): -15622150 or 16424721. OLE color: 16424721.

HSL color Cylindrical-coordinate representation of color #119FFA: hue angle of 203.43º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #119FFA is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 159 250 -
CMYK 0.93 0.36 0 0.02
HSL 203.43º 0.96% 0.52% -
HSV(B) 203.43º 0.93% 0.98% -
XYZ 29.88 31.82 95.01 -
YUV 126.92 197.46 49.6 -
System Red Green Blue C M Y K H S L
Decimal 17 159 250 0.93 0.36 0 0.02 203.43 0.96 0.52
Hex 11 9F FA 5D 24 0 2 CB 60 34
Octal 21 237 372 135 44 0 2 313 140 64
Binary 10001 10011111 11111010 1011101 100100 0 10 11001011 1100000 110100

Color Harmonies of #119FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119FFA

Black with #119FFA

Text Example


Text Example

White with #119FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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