Html Css Color HEX #1164FF Dodger Blue

📋 copy color: '#1164FF'

red 17 ◦ green 100 ◦ blue 255

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

Shades of Dodger Blue #1164FF

Tints of Dodger Blue #1164FF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.88%

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

R = 4.57%
G = 26.88%
B = 68.55%

CMYK

 C value IS 0.93

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1164FF (or 0x1164FF) is known color: Dodger Blue. HEX triplet: 11, 64 and FF. RGB value is (17,100,255). Sum of RGB (Red+Green+Blue) = 17+100+255=372 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.57% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #1164FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1164FF is #EE9B00. Grayscale: #5C5C5C. Windows color (decimal): -15637249 or 16737297. OLE color: 16737297.

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

Color convert

RGB 17 100 255 -
CMYK 0.93 0.61 0 0
HSL 219.08º 1% 0.53% -
HSV(B) 219.08º 0.93% 1% -
XYZ 22.84 16.45 96.58 -
YUV 92.85 219.5 73.9 -
System Red Green Blue C M Y K H S L
Decimal 17 100 255 0.93 0.61 0 0 219.08 1 0.53
Hex 11 64 FF 5D 3D 0 0 DB 64 35
Octal 21 144 377 135 75 0 0 333 144 65
Binary 10001 1100100 11111111 1011101 111101 0 0 11011011 1100100 110101

Color Harmonies of #1164FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1164FF

Black with #1164FF

Text Example


Text Example

White with #1164FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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