Html Css Color HEX #1165FD Dodger Blue

📋 copy color: '#1165FD'

red 17 ◦ green 101 ◦ blue 253

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

Shades of Dodger Blue #1165FD

Tints of Dodger Blue #1165FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 68.19%

R = 4.58%
G = 27.22%
B = 68.19%

CMYK

 C value IS 0.93

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1165FD (or 0x1165FD) is known color: Dodger Blue. HEX triplet: 11, 65 and FD. RGB value is (17,101,253). Sum of RGB (Red+Green+Blue) = 17+101+253=371 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.58% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 253 (99.22% from 255 or 68.19% from 371); Max value from RGB is 253 - color contains mainly: blue. Hex color #1165FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1165FD is #EE9A02. Grayscale: #5C5C5C. Windows color (decimal): -15636995 or 16606481. OLE color: 16606481.

HSL color Cylindrical-coordinate representation of color #1165FD: hue angle of 218.64º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1165FD is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 17 101 253 -
CMYK 0.93 0.60 0 0.01
HSL 218.64º 0.98% 0.53% -
HSV(B) 218.64º 0.93% 0.99% -
XYZ 22.61 16.52 94.92 -
YUV 93.21 218.17 73.64 -
System Red Green Blue C M Y K H S L
Decimal 17 101 253 0.93 0.60 0 0.01 218.64 0.98 0.53
Hex 11 65 FD 5D 3C 0 1 DB 62 35
Octal 21 145 375 135 74 0 1 333 142 65
Binary 10001 1100101 11111101 1011101 111100 0 1 11011011 1100010 110101

Color Harmonies of #1165FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1165FD

Black with #1165FD

Text Example


Text Example

White with #1165FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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