Html Css Color HEX #115EFF Dodger Blue

📋 copy color: '#115EFF'

red 17 ◦ green 94 ◦ blue 255

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

Shades of Dodger Blue #115EFF

Tints of Dodger Blue #115EFF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.68%

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

R = 4.64%
G = 25.68%
B = 69.67%

CMYK

 C value IS 0.93

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#115EFF (or 0x115EFF) is known color: Dodger Blue. HEX triplet: 11, 5E and FF. RGB value is (17,94,255). Sum of RGB (Red+Green+Blue) = 17+94+255=366 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.64% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #115EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115EFF is #EEA100. Grayscale: #585858. Windows color (decimal): -15638785 or 16735761. OLE color: 16735761.

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

Color convert

RGB 17 94 255 -
CMYK 0.93 0.63 0 0
HSL 220.59º 1% 0.53% -
HSV(B) 220.59º 0.93% 1% -
XYZ 22.28 15.34 96.4 -
YUV 89.33 221.49 76.41 -
System Red Green Blue C M Y K H S L
Decimal 17 94 255 0.93 0.63 0 0 220.59 1 0.53
Hex 11 5E FF 5D 3F 0 0 DD 64 35
Octal 21 136 377 135 77 0 0 335 144 65
Binary 10001 1011110 11111111 1011101 111111 0 0 11011101 1100100 110101

Color Harmonies of #115EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115EFF

Black with #115EFF

Text Example


Text Example

White with #115EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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