Html Css Color HEX #119FEA Dodger Blue

📋 copy color: '#119FEA'

red 17 ◦ green 159 ◦ blue 234

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

Shades of Dodger Blue #119FEA

Tints of Dodger Blue #119FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 57.07%

R = 4.15%
G = 38.78%
B = 57.07%

CMYK

 C value IS 0.93

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#119FEA (or 0x119FEA) is known color: Dodger Blue. HEX triplet: 11, 9F and EA. RGB value is (17,159,234). Sum of RGB (Red+Green+Blue) = 17+159+234=410 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.15% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 234 (91.80% from 255 or 57.07% from 410); Max value from RGB is 234 - color contains mainly: blue. Hex color #119FEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119FEA is #EE6015. Grayscale: #7C7C7C. Windows color (decimal): -15622166 or 15376145. OLE color: 15376145.

HSL color Cylindrical-coordinate representation of color #119FEA: hue angle of 200.74º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #119FEA is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 159 234 -
CMYK 0.93 0.32 0 0.08
HSL 200.74º 0.86% 0.49% -
HSV(B) 200.74º 0.93% 0.92% -
XYZ 27.48 30.86 82.35 -
YUV 125.09 189.46 50.9 -
System Red Green Blue C M Y K H S L
Decimal 17 159 234 0.93 0.32 0 0.08 200.74 0.86 0.49
Hex 11 9F EA 5D 20 0 8 C9 56 31
Octal 21 237 352 135 40 0 10 311 126 61
Binary 10001 10011111 11101010 1011101 100000 0 1000 11001001 1010110 110001

Color Harmonies of #119FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119FEA

Black with #119FEA

Text Example


Text Example

White with #119FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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