Html Css Color HEX #1163FB Dodger Blue

📋 copy color: '#1163FB'

red 17 ◦ green 99 ◦ blue 251

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

Shades of Dodger Blue #1163FB

Tints of Dodger Blue #1163FB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.98%

 BLUE value IS 251 (98.44% from 255) = 68.39%

R = 4.63%
G = 26.98%
B = 68.39%

CMYK

 C value IS 0.93

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1163FB (or 0x1163FB) is known color: Dodger Blue. HEX triplet: 11, 63 and FB. RGB value is (17,99,251). Sum of RGB (Red+Green+Blue) = 17+99+251=367 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.63% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 251 (98.44% from 255 or 68.39% from 367); Max value from RGB is 251 - color contains mainly: blue. Hex color #1163FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1163FB is #EE9C04. Grayscale: #5B5B5B. Windows color (decimal): -15637509 or 16474897. OLE color: 16474897.

HSL color Cylindrical-coordinate representation of color #1163FB: hue angle of 218.97º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1163FB is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 99 251 -
CMYK 0.93 0.61 0 0.02
HSL 218.97º 0.97% 0.53% -
HSV(B) 218.97º 0.93% 0.98% -
XYZ 22.11 16.01 93.19 -
YUV 91.81 217.83 74.64 -
System Red Green Blue C M Y K H S L
Decimal 17 99 251 0.93 0.61 0 0.02 218.97 0.97 0.53
Hex 11 63 FB 5D 3D 0 2 DB 61 35
Octal 21 143 373 135 75 0 2 333 141 65
Binary 10001 1100011 11111011 1011101 111101 0 10 11011011 1100001 110101

Color Harmonies of #1163FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1163FB

Black with #1163FB

Text Example


Text Example

White with #1163FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1163FB; }

 p { color: rgb(17,99,251); }

 H1.HeaderClassName
 {
   color: #1163FB;
 }
 .AnyTagClassName
 {
   color: #1163FB;
 }
</style>

background-color css

<style>
 a { background-color: #1163FB; }

 a { background-color: rgb(17,99,251); }

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

border-color css

<style>
 span { border-color: #1163FB; }

 span { border-color: rgb(17,99,251); }

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