Html Css Color HEX #11A1FA Dodger Blue

📋 copy color: '#11A1FA'

red 17 ◦ green 161 ◦ blue 250

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

Shades of Dodger Blue #11A1FA

Tints of Dodger Blue #11A1FA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.62%

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

R = 3.97%
G = 37.62%
B = 58.41%

CMYK

 C value IS 0.93

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#11A1FA (or 0x11A1FA) is known color: Dodger Blue. HEX triplet: 11, A1 and FA. RGB value is (17,161,250). Sum of RGB (Red+Green+Blue) = 17+161+250=428 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.97% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 250 (98.05% from 255 or 58.41% from 428); Max value from RGB is 250 - color contains mainly: blue. Hex color #11A1FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11A1FA is #EE5E05. Grayscale: #7F7F7F. Windows color (decimal): -15621638 or 16425233. OLE color: 16425233.

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

Color convert

RGB 17 161 250 -
CMYK 0.93 0.36 0 0.02
HSL 202.92º 0.96% 0.52% -
HSV(B) 202.92º 0.93% 0.98% -
XYZ 30.23 32.51 95.12 -
YUV 128.09 196.79 48.76 -
System Red Green Blue C M Y K H S L
Decimal 17 161 250 0.93 0.36 0 0.02 202.92 0.96 0.52
Hex 11 A1 FA 5D 24 0 2 CB 60 34
Octal 21 241 372 135 44 0 2 313 140 64
Binary 10001 10100001 11111010 1011101 100100 0 10 11001011 1100000 110100

Color Harmonies of #11A1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A1FA

Black with #11A1FA

Text Example


Text Example

White with #11A1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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