Html Css Color HEX #1165FE Dodger Blue

📋 copy color: '#1165FE'

red 17 ◦ green 101 ◦ blue 254

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

Shades of Dodger Blue #1165FE

Tints of Dodger Blue #1165FE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.15%

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

R = 4.57%
G = 27.15%
B = 68.28%

CMYK

 C value IS 0.93

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1165FE (or 0x1165FE) is known color: Dodger Blue. HEX triplet: 11, 65 and FE. RGB value is (17,101,254). Sum of RGB (Red+Green+Blue) = 17+101+254=372 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.57% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 254 (99.61% from 255 or 68.28% from 372); Max value from RGB is 254 - color contains mainly: blue. Hex color #1165FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1165FE is #EE9A01. Grayscale: #5C5C5C. Windows color (decimal): -15636994 or 16672017. OLE color: 16672017.

HSL color Cylindrical-coordinate representation of color #1165FE: hue angle of 218.73º 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 #1165FE is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 17 101 254 -
CMYK 0.93 0.60 0 0.00
HSL 218.73º 0.99% 0.53% -
HSV(B) 218.73º 0.93% 1% -
XYZ 22.77 16.58 95.77 -
YUV 93.33 218.67 73.56 -
System Red Green Blue C M Y K H S L
Decimal 17 101 254 0.93 0.60 0 0.00 218.73 0.99 0.53
Hex 11 65 FE 5D 3C 0 0 DB 63 35
Octal 21 145 376 135 74 0 0 333 143 65
Binary 10001 1100101 11111110 1011101 111100 0 0 11011011 1100011 110101

Color Harmonies of #1165FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1165FE

Black with #1165FE

Text Example


Text Example

White with #1165FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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