Html Css Color HEX #10A5EF Dodger Blue

📋 copy color: '#10A5EF'

red 16 ◦ green 165 ◦ blue 239

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

Shades of Dodger Blue #10A5EF

Tints of Dodger Blue #10A5EF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.29%

 BLUE value IS 239 (93.75% from 255) = 56.9%

R = 3.81%
G = 39.29%
B = 56.9%

CMYK

 C value IS 0.93

 M value IS 0.31

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#10A5EF (or 0x10A5EF) is known color: Dodger Blue. HEX triplet: 10, A5 and EF. RGB value is (16,165,239). Sum of RGB (Red+Green+Blue) = 16+165+239=420 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.81% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 239 (93.75% from 255 or 56.90% from 420); Max value from RGB is 239 - color contains mainly: blue. Hex color #10A5EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10A5EF is #EF5A10. Grayscale: #808080. Windows color (decimal): -15686161 or 15705360. OLE color: 15705360.

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

Color convert

RGB 16 165 239 -
CMYK 0.93 0.31 0 0.06
HSL 199.91º 0.87% 0.5% -
HSV(B) 199.91º 0.93% 0.94% -
XYZ 29.25 33.25 86.54 -
YUV 128.89 190.14 47.48 -
System Red Green Blue C M Y K H S L
Decimal 16 165 239 0.93 0.31 0 0.06 199.91 0.87 0.5
Hex 10 A5 EF 5D 1F 0 6 C8 57 32
Octal 20 245 357 135 37 0 6 310 127 62
Binary 10000 10100101 11101111 1011101 11111 0 110 11001000 1010111 110010

Color Harmonies of #10A5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A5EF

Black with #10A5EF

Text Example


Text Example

White with #10A5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,165,239); }

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

background-color css

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

 a { background-color: rgb(16,165,239); }

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

border-color css

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

 span { border-color: rgb(16,165,239); }

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