Html Css Color HEX #115BFF Dodger Blue

📋 copy color: '#115BFF'

red 17 ◦ green 91 ◦ blue 255

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

Shades of Dodger Blue #115BFF

Tints of Dodger Blue #115BFF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.07%

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

R = 4.68%
G = 25.07%
B = 70.25%

CMYK

 C value IS 0.93

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#115BFF (or 0x115BFF) is known color: Dodger Blue. HEX triplet: 11, 5B and FF. RGB value is (17,91,255). Sum of RGB (Red+Green+Blue) = 17+91+255=363 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.68% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #115BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115BFF is #EEA400. Grayscale: #565656. Windows color (decimal): -15639553 or 16734993. OLE color: 16734993.

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

Color convert

RGB 17 91 255 -
CMYK 0.93 0.64 0 0
HSL 221.34º 1% 0.53% -
HSV(B) 221.34º 0.93% 1% -
XYZ 22.02 14.82 96.31 -
YUV 87.57 222.48 77.66 -
System Red Green Blue C M Y K H S L
Decimal 17 91 255 0.93 0.64 0 0 221.34 1 0.53
Hex 11 5B FF 5D 40 0 0 DD 64 35
Octal 21 133 377 135 100 0 0 335 144 65
Binary 10001 1011011 11111111 1011101 1000000 0 0 11011101 1100100 110101

Color Harmonies of #115BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115BFF

Black with #115BFF

Text Example


Text Example

White with #115BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115BFF; }

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

 H1.HeaderClassName
 {
   color: #115BFF;
 }
 .AnyTagClassName
 {
   color: #115BFF;
 }
</style>

background-color css

<style>
 a { background-color: #115BFF; }

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

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

border-color css

<style>
 span { border-color: #115BFF; }

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

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