Html Css Color HEX #10A5FF Dodger Blue

📋 copy color: '#10A5FF'

red 16 ◦ green 165 ◦ blue 255

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

Shades of Dodger Blue #10A5FF

Tints of Dodger Blue #10A5FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.49%

R = 3.67%
G = 37.84%
B = 58.49%

CMYK

 C value IS 0.94

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#10A5FF (or 0x10A5FF) is known color: Dodger Blue. HEX triplet: 10, A5 and FF. RGB value is (16,165,255). Sum of RGB (Red+Green+Blue) = 16+165+255=436 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.67% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #10A5FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10A5FF is #EF5A00. Grayscale: #828282. Windows color (decimal): -15686145 or 16753936. OLE color: 16753936.

HSL color Cylindrical-coordinate representation of color #10A5FF: hue angle of 202.59º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10A5FF is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 16 165 255 -
CMYK 0.94 0.35 0 0
HSL 202.59º 1% 0.53% -
HSV(B) 202.59º 0.94% 1% -
XYZ 31.72 34.24 99.55 -
YUV 130.71 198.14 46.18 -
System Red Green Blue C M Y K H S L
Decimal 16 165 255 0.94 0.35 0 0 202.59 1 0.53
Hex 10 A5 FF 5E 23 0 0 CB 64 35
Octal 20 245 377 136 43 0 0 313 144 65
Binary 10000 10100101 11111111 1011110 100011 0 0 11001011 1100100 110101

Color Harmonies of #10A5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A5FF

Black with #10A5FF

Text Example


Text Example

White with #10A5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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