Html Css Color HEX #115FFD Dodger Blue

📋 copy color: '#115FFD'

red 17 ◦ green 95 ◦ blue 253

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

Shades of Dodger Blue #115FFD

Tints of Dodger Blue #115FFD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.03%

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

R = 4.66%
G = 26.03%
B = 69.32%

CMYK

 C value IS 0.93

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#115FFD (or 0x115FFD) is known color: Dodger Blue. HEX triplet: 11, 5F and FD. RGB value is (17,95,253). Sum of RGB (Red+Green+Blue) = 17+95+253=365 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.66% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 253 (99.22% from 255 or 69.32% from 365); Max value from RGB is 253 - color contains mainly: blue. Hex color #115FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115FFD is #EEA002. Grayscale: #585858. Windows color (decimal): -15638531 or 16604945. OLE color: 16604945.

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

Color convert

RGB 17 95 253 -
CMYK 0.93 0.62 0 0.01
HSL 220.17º 0.98% 0.53% -
HSV(B) 220.17º 0.93% 0.99% -
XYZ 22.05 15.4 94.74 -
YUV 89.69 220.16 76.15 -
System Red Green Blue C M Y K H S L
Decimal 17 95 253 0.93 0.62 0 0.01 220.17 0.98 0.53
Hex 11 5F FD 5D 3E 0 1 DC 62 35
Octal 21 137 375 135 76 0 1 334 142 65
Binary 10001 1011111 11111101 1011101 111110 0 1 11011100 1100010 110101

Color Harmonies of #115FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115FFD

Black with #115FFD

Text Example


Text Example

White with #115FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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