Html Css Color HEX #116FFC Dodger Blue

📋 copy color: '#116FFC'

red 17 ◦ green 111 ◦ blue 252

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

Shades of Dodger Blue #116FFC

Tints of Dodger Blue #116FFC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.21%

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

R = 4.47%
G = 29.21%
B = 66.32%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#116FFC (or 0x116FFC) is known color: Dodger Blue. HEX triplet: 11, 6F and FC. RGB value is (17,111,252). Sum of RGB (Red+Green+Blue) = 17+111+252=380 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.47% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 252 (98.83% from 255 or 66.32% from 380); Max value from RGB is 252 - color contains mainly: blue. Hex color #116FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116FFC is #EE9003. Grayscale: #626262. Windows color (decimal): -15634436 or 16543505. OLE color: 16543505.

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

Color convert

RGB 17 111 252 -
CMYK 0.93 0.56 0 0.01
HSL 216º 0.98% 0.53% -
HSV(B) 216º 0.93% 0.99% -
XYZ 23.49 18.52 94.43 -
YUV 98.97 214.36 69.54 -
System Red Green Blue C M Y K H S L
Decimal 17 111 252 0.93 0.56 0 0.01 216 0.98 0.53
Hex 11 6F FC 5D 38 0 1 D8 62 35
Octal 21 157 374 135 70 0 1 330 142 65
Binary 10001 1101111 11111100 1011101 111000 0 1 11011000 1100010 110101

Color Harmonies of #116FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116FFC

Black with #116FFC

Text Example


Text Example

White with #116FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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