Html Css Color HEX #115DFE Dodger Blue

📋 copy color: '#115DFE'

red 17 ◦ green 93 ◦ blue 254

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

Shades of Dodger Blue #115DFE

Tints of Dodger Blue #115DFE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.55%

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

R = 4.67%
G = 25.55%
B = 69.78%

CMYK

 C value IS 0.93

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#115DFE (or 0x115DFE) is known color: Dodger Blue. HEX triplet: 11, 5D and FE. RGB value is (17,93,254). Sum of RGB (Red+Green+Blue) = 17+93+254=364 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.67% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 254 (99.61% from 255 or 69.78% from 364); Max value from RGB is 254 - color contains mainly: blue. Hex color #115DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115DFE is #EEA201. Grayscale: #575757. Windows color (decimal): -15639042 or 16669969. OLE color: 16669969.

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

Color convert

RGB 17 93 254 -
CMYK 0.93 0.63 0 0.00
HSL 220.76º 0.99% 0.53% -
HSV(B) 220.76º 0.93% 1% -
XYZ 22.03 15.1 95.52 -
YUV 88.63 221.32 76.91 -
System Red Green Blue C M Y K H S L
Decimal 17 93 254 0.93 0.63 0 0.00 220.76 0.99 0.53
Hex 11 5D FE 5D 3F 0 0 DD 63 35
Octal 21 135 376 135 77 0 0 335 143 65
Binary 10001 1011101 11111110 1011101 111111 0 0 11011101 1100011 110101

Color Harmonies of #115DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115DFE

Black with #115DFE

Text Example


Text Example

White with #115DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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