#10A1E5

Color #10A1E5 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #10A1E5

Tints of Dodger Blue #10A1E5

Color information

#10A1E5 (or 0x10A1E5) is unknown color: approx Dodger Blue. HEX triplet: 10, A1 and E5. RGB value is (16,161,229). Sum of RGB (Red+Green+Blue) = 16+161+229=406 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.94% from 406); Green value is 161 (63.28% from 255 or 39.66% from 406); Blue value is 229 (89.84% from 255 or 56.40% from 406); Max value from RGB is 229 - color contains mainly: blue. Hex color #10A1E5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A1E5 is #EF5E1A. Grayscale: #7C7C7C. Windows color (decimal): -15687195 or 15048976. OLE color: 15048976.

HSL color Cylindrical-coordinate representation of color #10A1E5: hue angle of 199.15º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10A1E5 is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB16161229-
CMYK0.930.3000.10
HSL199.15º86.94%48.04%-
HSV(B)199.15º93.01%89.8%-
XYZ27.131.2678.73-
YUV125.4186.4649.97-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.94%
GREEN value IS 161 (63.28% from 255) = 39.66%
BLUE value IS 229 (89.84% from 255) = 56.40%
R=3.94%
G=39.66%
B=56.40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal161612290.930.3000.10199.1586.9448.04
Hex10A1E55D1E0Ac75730
Octal202413451353601230712760
Binary10000101000011110010110111011111001010110001111010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10A1E5; }

 p { color: rgb(16,161,229); }

 H1.HeaderClassName
 {
   color: #10A1E5;
 }
 .AnyTagClassName
 {
   color: #10A1E5;
 }
</style>
background-color css

<style>
 a { background-color: #10A1E5; }

 a { background-color: rgb(16,161,229); }

 div.DivClassName
 {
   background-color: #10A1E5;
 }
 .BgClassName
 {
   background-color: #10A1E5;
 }
</style>
border-color css

<style>
 span { border-color: #10A1E5; }

 span { border-color: rgb(16,161,229); }

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