Html Css Color HEX #119CFF Dodger Blue

📋 copy color: '#119CFF'

red 17 ◦ green 156 ◦ blue 255

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

Shades of Dodger Blue #119CFF

Tints of Dodger Blue #119CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.58%

R = 3.97%
G = 36.45%
B = 59.58%

CMYK

 C value IS 0.93

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#119CFF (or 0x119CFF) is known color: Dodger Blue. HEX triplet: 11, 9C and FF. RGB value is (17,156,255). Sum of RGB (Red+Green+Blue) = 17+156+255=428 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.97% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #119CFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119CFF is #EE6300. Grayscale: #7D7D7D. Windows color (decimal): -15622913 or 16751633. OLE color: 16751633.

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

Color convert

RGB 17 156 255 -
CMYK 0.93 0.39 0 0
HSL 204.96º 1% 0.53% -
HSV(B) 204.96º 0.93% 1% -
XYZ 30.17 31.12 99.02 -
YUV 125.73 200.95 50.45 -
System Red Green Blue C M Y K H S L
Decimal 17 156 255 0.93 0.39 0 0 204.96 1 0.53
Hex 11 9C FF 5D 27 0 0 CD 64 35
Octal 21 234 377 135 47 0 0 315 144 65
Binary 10001 10011100 11111111 1011101 100111 0 0 11001101 1100100 110101

Color Harmonies of #119CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119CFF

Black with #119CFF

Text Example


Text Example

White with #119CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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