Html Css Color HEX #116BFC Dodger Blue

📋 copy color: '#116BFC'

red 17 ◦ green 107 ◦ blue 252

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

Shades of Dodger Blue #116BFC

Tints of Dodger Blue #116BFC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.46%

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

R = 4.52%
G = 28.46%
B = 67.02%

CMYK

 C value IS 0.93

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#116BFC (or 0x116BFC) is known color: Dodger Blue. HEX triplet: 11, 6B and FC. RGB value is (17,107,252). Sum of RGB (Red+Green+Blue) = 17+107+252=376 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.52% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 252 (98.83% from 255 or 67.02% from 376); Max value from RGB is 252 - color contains mainly: blue. Hex color #116BFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116BFC is #EE9403. Grayscale: #5F5F5F. Windows color (decimal): -15635460 or 16542481. OLE color: 16542481.

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

Color convert

RGB 17 107 252 -
CMYK 0.93 0.58 0 0.01
HSL 217.02º 0.98% 0.53% -
HSV(B) 217.02º 0.93% 0.99% -
XYZ 23.06 17.66 94.29 -
YUV 96.62 215.68 71.21 -
System Red Green Blue C M Y K H S L
Decimal 17 107 252 0.93 0.58 0 0.01 217.02 0.98 0.53
Hex 11 6B FC 5D 3A 0 1 D9 62 35
Octal 21 153 374 135 72 0 1 331 142 65
Binary 10001 1101011 11111100 1011101 111010 0 1 11011001 1100010 110101

Color Harmonies of #116BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116BFC

Black with #116BFC

Text Example


Text Example

White with #116BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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