Html Css Color HEX #10A3EC Dodger Blue

📋 copy color: '#10A3EC'

red 16 ◦ green 163 ◦ blue 236

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

Shades of Dodger Blue #10A3EC

Tints of Dodger Blue #10A3EC

RGB

 RED value IS 16 (6.64% from 255) = 3.86%

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

 BLUE value IS 236 (92.58% from 255) = 56.87%

R = 3.86%
G = 39.28%
B = 56.87%

CMYK

 C value IS 0.93

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#10A3EC (or 0x10A3EC) is known color: Dodger Blue. HEX triplet: 10, A3 and EC. RGB value is (16,163,236). Sum of RGB (Red+Green+Blue) = 16+163+236=415 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.86% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #10A3EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10A3EC is #EF5C13. Grayscale: #7E7E7E. Windows color (decimal): -15686676 or 15508240. OLE color: 15508240.

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

Color convert

RGB 16 163 236 -
CMYK 0.93 0.31 0 0.07
HSL 199.91º 0.87% 0.49% -
HSV(B) 199.91º 0.93% 0.93% -
XYZ 28.45 32.36 84.1 -
YUV 127.37 189.3 48.56 -
System Red Green Blue C M Y K H S L
Decimal 16 163 236 0.93 0.31 0 0.07 199.91 0.87 0.49
Hex 10 A3 EC 5D 1F 0 7 C8 57 31
Octal 20 243 354 135 37 0 7 310 127 61
Binary 10000 10100011 11101100 1011101 11111 0 111 11001000 1010111 110001

Color Harmonies of #10A3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A3EC

Black with #10A3EC

Text Example


Text Example

White with #10A3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,163,236); }

 H1.HeaderClassName
 {
   color: #10A3EC;
 }
 .AnyTagClassName
 {
   color: #10A3EC;
 }
</style>

background-color css

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

 a { background-color: rgb(16,163,236); }

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

border-color css

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

 span { border-color: rgb(16,163,236); }

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