Html Css Color HEX #119CF4 Dodger Blue

📋 copy color: '#119CF4'

red 17 ◦ green 156 ◦ blue 244

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

Shades of Dodger Blue #119CF4

Tints of Dodger Blue #119CF4

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.41%

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

R = 4.08%
G = 37.41%
B = 58.51%

CMYK

 C value IS 0.93

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#119CF4 (or 0x119CF4) is known color: Dodger Blue. HEX triplet: 11, 9C and F4. RGB value is (17,156,244). Sum of RGB (Red+Green+Blue) = 17+156+244=417 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.08% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 244 (95.70% from 255 or 58.51% from 417); Max value from RGB is 244 - color contains mainly: blue. Hex color #119CF4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119CF4 is #EE630B. Grayscale: #7B7B7B. Windows color (decimal): -15622924 or 16030737. OLE color: 16030737.

HSL color Cylindrical-coordinate representation of color #119CF4: hue angle of 203.26º 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 #119CF4 is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 17 156 244 -
CMYK 0.93 0.36 0 0.04
HSL 203.26º 0.91% 0.51% -
HSV(B) 203.26º 0.93% 0.96% -
XYZ 28.45 30.43 89.96 -
YUV 124.47 195.45 51.34 -
System Red Green Blue C M Y K H S L
Decimal 17 156 244 0.93 0.36 0 0.04 203.26 0.91 0.51
Hex 11 9C F4 5D 24 0 4 CB 5B 33
Octal 21 234 364 135 44 0 4 313 133 63
Binary 10001 10011100 11110100 1011101 100100 0 100 11001011 1011011 110011

Color Harmonies of #119CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119CF4

Black with #119CF4

Text Example


Text Example

White with #119CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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