Html Css Color HEX #10A5FD Dodger Blue

📋 copy color: '#10A5FD'

red 16 ◦ green 165 ◦ blue 253

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

Shades of Dodger Blue #10A5FD

Tints of Dodger Blue #10A5FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.29%

R = 3.69%
G = 38.02%
B = 58.29%

CMYK

 C value IS 0.94

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#10A5FD (or 0x10A5FD) is known color: Dodger Blue. HEX triplet: 10, A5 and FD. RGB value is (16,165,253). Sum of RGB (Red+Green+Blue) = 16+165+253=434 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.69% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #10A5FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10A5FD is #EF5A02. Grayscale: #818181. Windows color (decimal): -15686147 or 16622864. OLE color: 16622864.

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

Color convert

RGB 16 165 253 -
CMYK 0.94 0.35 0 0.01
HSL 202.28º 0.98% 0.53% -
HSV(B) 202.28º 0.94% 0.99% -
XYZ 31.4 34.11 97.86 -
YUV 130.48 197.14 46.34 -
System Red Green Blue C M Y K H S L
Decimal 16 165 253 0.94 0.35 0 0.01 202.28 0.98 0.53
Hex 10 A5 FD 5E 23 0 1 CA 62 35
Octal 20 245 375 136 43 0 1 312 142 65
Binary 10000 10100101 11111101 1011110 100011 0 1 11001010 1100010 110101

Color Harmonies of #10A5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A5FD

Black with #10A5FD

Text Example


Text Example

White with #10A5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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