Html Css Color HEX #115FFC Dodger Blue

📋 copy color: '#115FFC'

red 17 ◦ green 95 ◦ blue 252

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

Shades of Dodger Blue #115FFC

Tints of Dodger Blue #115FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 69.23%

R = 4.67%
G = 26.1%
B = 69.23%

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

#115FFC (or 0x115FFC) is known color: Dodger Blue. HEX triplet: 11, 5F and FC. RGB value is (17,95,252). Sum of RGB (Red+Green+Blue) = 17+95+252=364 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.67% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 252 (98.83% from 255 or 69.23% from 364); Max value from RGB is 252 - color contains mainly: blue. Hex color #115FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115FFC is #EEA003. Grayscale: #585858. Windows color (decimal): -15638532 or 16539409. OLE color: 16539409.

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

Color convert

RGB 17 95 252 -
CMYK 0.93 0.62 0 0.01
HSL 220.09º 0.98% 0.53% -
HSV(B) 220.09º 0.93% 0.99% -
XYZ 21.89 15.33 93.9 -
YUV 89.58 219.66 76.23 -
System Red Green Blue C M Y K H S L
Decimal 17 95 252 0.93 0.62 0 0.01 220.09 0.98 0.53
Hex 11 5F FC 5D 3E 0 1 DC 62 35
Octal 21 137 374 135 76 0 1 334 142 65
Binary 10001 1011111 11111100 1011101 111110 0 1 11011100 1100010 110101

Color Harmonies of #115FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115FFC

Black with #115FFC

Text Example


Text Example

White with #115FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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