Html Css Color HEX #11A6FC Dodger Blue

📋 copy color: '#11A6FC'

red 17 ◦ green 166 ◦ blue 252

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

Shades of Dodger Blue #11A6FC

Tints of Dodger Blue #11A6FC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.16%

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

R = 3.91%
G = 38.16%
B = 57.93%

CMYK

 C value IS 0.93

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#11A6FC (or 0x11A6FC) is known color: Dodger Blue. HEX triplet: 11, A6 and FC. RGB value is (17,166,252). Sum of RGB (Red+Green+Blue) = 17+166+252=435 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.91% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 252 (98.83% from 255 or 57.93% from 435); Max value from RGB is 252 - color contains mainly: blue. Hex color #11A6FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11A6FC is #EE5903. Grayscale: #828282. Windows color (decimal): -15620356 or 16557585. OLE color: 16557585.

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

Color convert

RGB 17 166 252 -
CMYK 0.93 0.34 0 0.01
HSL 201.96º 0.98% 0.53% -
HSV(B) 201.96º 0.93% 0.99% -
XYZ 31.44 34.42 97.08 -
YUV 131.25 196.14 46.51 -
System Red Green Blue C M Y K H S L
Decimal 17 166 252 0.93 0.34 0 0.01 201.96 0.98 0.53
Hex 11 A6 FC 5D 22 0 1 CA 62 35
Octal 21 246 374 135 42 0 1 312 142 65
Binary 10001 10100110 11111100 1011101 100010 0 1 11001010 1100010 110101

Color Harmonies of #11A6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A6FC

Black with #11A6FC

Text Example


Text Example

White with #11A6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11A6FC; }

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

 H1.HeaderClassName
 {
   color: #11A6FC;
 }
 .AnyTagClassName
 {
   color: #11A6FC;
 }
</style>

background-color css

<style>
 a { background-color: #11A6FC; }

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

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

border-color css

<style>
 span { border-color: #11A6FC; }

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

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