Html Css Color HEX #11A8FF Dodger Blue

📋 copy color: '#11A8FF'

red 17 ◦ green 168 ◦ blue 255

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

Shades of Dodger Blue #11A8FF

Tints of Dodger Blue #11A8FF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.18%

 BLUE value IS 255 (100% from 255) = 57.95%

R = 3.86%
G = 38.18%
B = 57.95%

CMYK

 C value IS 0.93

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#11A8FF (or 0x11A8FF) is known color: Dodger Blue. HEX triplet: 11, A8 and FF. RGB value is (17,168,255). Sum of RGB (Red+Green+Blue) = 17+168+255=440 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.86% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #11A8FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11A8FF is #EE5700. Grayscale: #848484. Windows color (decimal): -15619841 or 16754705. OLE color: 16754705.

HSL color Cylindrical-coordinate representation of color #11A8FF: hue angle of 201.93º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11A8FF is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 17 168 255 -
CMYK 0.93 0.34 0 0
HSL 201.93º 1% 0.53% -
HSV(B) 201.93º 0.93% 1% -
XYZ 32.28 35.34 99.73 -
YUV 132.77 196.97 45.43 -
System Red Green Blue C M Y K H S L
Decimal 17 168 255 0.93 0.34 0 0 201.93 1 0.53
Hex 11 A8 FF 5D 22 0 0 CA 64 35
Octal 21 250 377 135 42 0 0 312 144 65
Binary 10001 10101000 11111111 1011101 100010 0 0 11001010 1100100 110101

Color Harmonies of #11A8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A8FF

Black with #11A8FF

Text Example


Text Example

White with #11A8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,168,255); }

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

background-color css

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

 a { background-color: rgb(17,168,255); }

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

border-color css

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

 span { border-color: rgb(17,168,255); }

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