Html Css Color HEX #10A6FD Dodger Blue

📋 copy color: '#10A6FD'

red 16 ◦ green 166 ◦ blue 253

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

Shades of Dodger Blue #10A6FD

Tints of Dodger Blue #10A6FD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.16%

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

R = 3.68%
G = 38.16%
B = 58.16%

CMYK

 C value IS 0.94

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#10A6FD (or 0x10A6FD) is known color: Dodger Blue. HEX triplet: 10, A6 and FD. RGB value is (16,166,253). Sum of RGB (Red+Green+Blue) = 16+166+253=435 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.68% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 253 (99.22% from 255 or 58.16% from 435); Max value from RGB is 253 - color contains mainly: blue. Hex color #10A6FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10A6FD is #EF5902. Grayscale: #828282. Windows color (decimal): -15685891 or 16623120. OLE color: 16623120.

HSL color Cylindrical-coordinate representation of color #10A6FD: hue angle of 202.03º 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 #10A6FD is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 16 166 253 -
CMYK 0.94 0.34 0 0.01
HSL 202.03º 0.98% 0.53% -
HSV(B) 202.03º 0.94% 0.99% -
XYZ 31.58 34.47 97.92 -
YUV 131.07 196.81 45.93 -
System Red Green Blue C M Y K H S L
Decimal 16 166 253 0.94 0.34 0 0.01 202.03 0.98 0.53
Hex 10 A6 FD 5E 22 0 1 CA 62 35
Octal 20 246 375 136 42 0 1 312 142 65
Binary 10000 10100110 11111101 1011110 100010 0 1 11001010 1100010 110101

Color Harmonies of #10A6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A6FD

Black with #10A6FD

Text Example


Text Example

White with #10A6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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