Html Css Color HEX #1164FE Dodger Blue

📋 copy color: '#1164FE'

red 17 ◦ green 100 ◦ blue 254

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

Shades of Dodger Blue #1164FE

Tints of Dodger Blue #1164FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 68.46%

R = 4.58%
G = 26.95%
B = 68.46%

CMYK

 C value IS 0.93

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1164FE (or 0x1164FE) is known color: Dodger Blue. HEX triplet: 11, 64 and FE. RGB value is (17,100,254). Sum of RGB (Red+Green+Blue) = 17+100+254=371 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.58% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #1164FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1164FE is #EE9B01. Grayscale: #5C5C5C. Windows color (decimal): -15637250 or 16671761. OLE color: 16671761.

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

Color convert

RGB 17 100 254 -
CMYK 0.93 0.61 0 0.00
HSL 218.99º 0.99% 0.53% -
HSV(B) 218.99º 0.93% 1% -
XYZ 22.68 16.39 95.73 -
YUV 92.74 219 73.98 -
System Red Green Blue C M Y K H S L
Decimal 17 100 254 0.93 0.61 0 0.00 218.99 0.99 0.53
Hex 11 64 FE 5D 3D 0 0 DB 63 35
Octal 21 144 376 135 75 0 0 333 143 65
Binary 10001 1100100 11111110 1011101 111101 0 0 11011011 1100011 110101

Color Harmonies of #1164FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1164FE

Black with #1164FE

Text Example


Text Example

White with #1164FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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