Html Css Color HEX #11A3EB Dodger Blue

📋 copy color: '#11A3EB'

red 17 ◦ green 163 ◦ blue 235

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

Shades of Dodger Blue #11A3EB

Tints of Dodger Blue #11A3EB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.28%

 BLUE value IS 235 (92.19% from 255) = 56.63%

R = 4.1%
G = 39.28%
B = 56.63%

CMYK

 C value IS 0.93

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#11A3EB (or 0x11A3EB) is known color: Dodger Blue. HEX triplet: 11, A3 and EB. RGB value is (17,163,235). Sum of RGB (Red+Green+Blue) = 17+163+235=415 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.10% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 235 (92.19% from 255 or 56.63% from 415); Max value from RGB is 235 - color contains mainly: blue. Hex color #11A3EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11A3EB is #EE5C14. Grayscale: #7F7F7F. Windows color (decimal): -15621141 or 15442705. OLE color: 15442705.

HSL color Cylindrical-coordinate representation of color #11A3EB: hue angle of 199.82º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11A3EB is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 163 235 -
CMYK 0.93 0.31 0 0.08
HSL 199.82º 0.87% 0.49% -
HSV(B) 199.82º 0.93% 0.92% -
XYZ 28.32 32.31 83.34 -
YUV 127.55 188.63 49.15 -
System Red Green Blue C M Y K H S L
Decimal 17 163 235 0.93 0.31 0 0.08 199.82 0.87 0.49
Hex 11 A3 EB 5D 1F 0 8 C8 57 31
Octal 21 243 353 135 37 0 10 310 127 61
Binary 10001 10100011 11101011 1011101 11111 0 1000 11001000 1010111 110001

Color Harmonies of #11A3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A3EB

Black with #11A3EB

Text Example


Text Example

White with #11A3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,163,235); }

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

background-color css

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

 a { background-color: rgb(17,163,235); }

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

border-color css

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

 span { border-color: rgb(17,163,235); }

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