Html Css Color HEX #1189FF Dodger Blue

📋 copy color: '#1189FF'

red 17 ◦ green 137 ◦ blue 255

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

Shades of Dodger Blue #1189FF

Tints of Dodger Blue #1189FF

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.5%

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

R = 4.16%
G = 33.5%
B = 62.35%

CMYK

 C value IS 0.93

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1189FF (or 0x1189FF) is known color: Dodger Blue. HEX triplet: 11, 89 and FF. RGB value is (17,137,255). Sum of RGB (Red+Green+Blue) = 17+137+255=409 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.16% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 255 (100% from 255 or 62.35% from 409); Max value from RGB is 255 - color contains mainly: blue. Hex color #1189FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1189FF is #EE7600. Grayscale: #717171. Windows color (decimal): -15627777 or 16746769. OLE color: 16746769.

HSL color Cylindrical-coordinate representation of color #1189FF: hue angle of 209.75º 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 #1189FF is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 17 137 255 -
CMYK 0.93 0.46 0 0
HSL 209.75º 1% 0.53% -
HSV(B) 209.75º 0.93% 1% -
XYZ 27.23 25.23 98.04 -
YUV 114.57 207.24 58.41 -
System Red Green Blue C M Y K H S L
Decimal 17 137 255 0.93 0.46 0 0 209.75 1 0.53
Hex 11 89 FF 5D 2E 0 0 D2 64 35
Octal 21 211 377 135 56 0 0 322 144 65
Binary 10001 10001001 11111111 1011101 101110 0 0 11010010 1100100 110101

Color Harmonies of #1189FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1189FF

Black with #1189FF

Text Example


Text Example

White with #1189FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1189FF; }

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

 H1.HeaderClassName
 {
   color: #1189FF;
 }
 .AnyTagClassName
 {
   color: #1189FF;
 }
</style>

background-color css

<style>
 a { background-color: #1189FF; }

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

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

border-color css

<style>
 span { border-color: #1189FF; }

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

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