Html Css Color HEX #119FF4 Dodger Blue

📋 copy color: '#119FF4'

red 17 ◦ green 159 ◦ blue 244

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

Shades of Dodger Blue #119FF4

Tints of Dodger Blue #119FF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 58.1%

R = 4.05%
G = 37.86%
B = 58.1%

CMYK

 C value IS 0.93

 M value IS 0.35

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#119FF4 (or 0x119FF4) is known color: Dodger Blue. HEX triplet: 11, 9F and F4. RGB value is (17,159,244). Sum of RGB (Red+Green+Blue) = 17+159+244=420 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.05% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 244 (95.70% from 255 or 58.10% from 420); Max value from RGB is 244 - color contains mainly: blue. Hex color #119FF4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119FF4 is #EE600B. Grayscale: #7D7D7D. Windows color (decimal): -15622156 or 16031505. OLE color: 16031505.

HSL color Cylindrical-coordinate representation of color #119FF4: hue angle of 202.47º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #119FF4 is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 17 159 244 -
CMYK 0.93 0.35 0 0.04
HSL 202.47º 0.91% 0.51% -
HSV(B) 202.47º 0.93% 0.96% -
XYZ 28.96 31.45 90.13 -
YUV 126.23 194.46 50.09 -
System Red Green Blue C M Y K H S L
Decimal 17 159 244 0.93 0.35 0 0.04 202.47 0.91 0.51
Hex 11 9F F4 5D 23 0 4 CA 5B 33
Octal 21 237 364 135 43 0 4 312 133 63
Binary 10001 10011111 11110100 1011101 100011 0 100 11001010 1011011 110011

Color Harmonies of #119FF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119FF4

Black with #119FF4

Text Example


Text Example

White with #119FF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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