Html Css Color HEX #11A8FA Dodger Blue

📋 copy color: '#11A8FA'

red 17 ◦ green 168 ◦ blue 250

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

Shades of Dodger Blue #11A8FA

Tints of Dodger Blue #11A8FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.47%

R = 3.91%
G = 38.62%
B = 57.47%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#11A8FA (or 0x11A8FA) is known color: Dodger Blue. HEX triplet: 11, A8 and FA. RGB value is (17,168,250). Sum of RGB (Red+Green+Blue) = 17+168+250=435 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.91% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #11A8FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11A8FA is #EE5705. Grayscale: #838383. Windows color (decimal): -15619846 or 16427025. OLE color: 16427025.

HSL color Cylindrical-coordinate representation of color #11A8FA: hue angle of 201.12º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11A8FA is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 168 250 -
CMYK 0.93 0.33 0 0.02
HSL 201.12º 0.96% 0.52% -
HSV(B) 201.12º 0.93% 0.98% -
XYZ 31.49 35.03 95.54 -
YUV 132.2 194.47 45.83 -
System Red Green Blue C M Y K H S L
Decimal 17 168 250 0.93 0.33 0 0.02 201.12 0.96 0.52
Hex 11 A8 FA 5D 21 0 2 C9 60 34
Octal 21 250 372 135 41 0 2 311 140 64
Binary 10001 10101000 11111010 1011101 100001 0 10 11001001 1100000 110100

Color Harmonies of #11A8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A8FA

Black with #11A8FA

Text Example


Text Example

White with #11A8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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