Html Css Color HEX #10A4EA Dodger Blue

📋 copy color: '#10A4EA'

red 16 ◦ green 164 ◦ blue 234

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

Shades of Dodger Blue #10A4EA

Tints of Dodger Blue #10A4EA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.61%

 BLUE value IS 234 (91.8% from 255) = 56.52%

R = 3.86%
G = 39.61%
B = 56.52%

CMYK

 C value IS 0.93

 M value IS 0.30

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#10A4EA (or 0x10A4EA) is known color: Dodger Blue. HEX triplet: 10, A4 and EA. RGB value is (16,164,234). Sum of RGB (Red+Green+Blue) = 16+164+234=414 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.86% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 234 (91.80% from 255 or 56.52% from 414); Max value from RGB is 234 - color contains mainly: blue. Hex color #10A4EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10A4EA is #EF5B15. Grayscale: #7F7F7F. Windows color (decimal): -15686422 or 15377424. OLE color: 15377424.

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

Color convert

RGB 16 164 234 -
CMYK 0.93 0.30 0 0.08
HSL 199.27º 0.87% 0.49% -
HSV(B) 199.27º 0.93% 0.92% -
XYZ 28.34 32.6 82.64 -
YUV 127.73 187.97 48.31 -
System Red Green Blue C M Y K H S L
Decimal 16 164 234 0.93 0.30 0 0.08 199.27 0.87 0.49
Hex 10 A4 EA 5D 1E 0 8 C7 57 31
Octal 20 244 352 135 36 0 10 307 127 61
Binary 10000 10100100 11101010 1011101 11110 0 1000 11000111 1010111 110001

Color Harmonies of #10A4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A4EA

Black with #10A4EA

Text Example


Text Example

White with #10A4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,164,234); }

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

background-color css

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

 a { background-color: rgb(16,164,234); }

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

border-color css

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

 span { border-color: rgb(16,164,234); }

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