Html Css Color HEX #1191FF Dodger Blue

📋 copy color: '#1191FF'

red 17 ◦ green 145 ◦ blue 255

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

Shades of Dodger Blue #1191FF

Tints of Dodger Blue #1191FF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.77%

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

R = 4.08%
G = 34.77%
B = 61.15%

CMYK

 C value IS 0.93

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1191FF (or 0x1191FF) is known color: Dodger Blue. HEX triplet: 11, 91 and FF. RGB value is (17,145,255). Sum of RGB (Red+Green+Blue) = 17+145+255=417 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.08% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #1191FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1191FF is #EE6E00. Grayscale: #767676. Windows color (decimal): -15625729 or 16748817. OLE color: 16748817.

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

Color convert

RGB 17 145 255 -
CMYK 0.93 0.43 0 0
HSL 207.73º 1% 0.53% -
HSV(B) 207.73º 0.93% 1% -
XYZ 28.41 27.59 98.44 -
YUV 119.27 204.59 55.06 -
System Red Green Blue C M Y K H S L
Decimal 17 145 255 0.93 0.43 0 0 207.73 1 0.53
Hex 11 91 FF 5D 2B 0 0 D0 64 35
Octal 21 221 377 135 53 0 0 320 144 65
Binary 10001 10010001 11111111 1011101 101011 0 0 11010000 1100100 110101

Color Harmonies of #1191FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1191FF

Black with #1191FF

Text Example


Text Example

White with #1191FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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