Html Css Color HEX #10A6FC Dodger Blue

📋 copy color: '#10A6FC'

red 16 ◦ green 166 ◦ blue 252

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

Shades of Dodger Blue #10A6FC

Tints of Dodger Blue #10A6FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.06%

R = 3.69%
G = 38.25%
B = 58.06%

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

#10A6FC (or 0x10A6FC) is known color: Dodger Blue. HEX triplet: 10, A6 and FC. RGB value is (16,166,252). Sum of RGB (Red+Green+Blue) = 16+166+252=434 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.69% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 252 (98.83% from 255 or 58.06% from 434); Max value from RGB is 252 - color contains mainly: blue. Hex color #10A6FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10A6FC is #EF5903. Grayscale: #828282. Windows color (decimal): -15685892 or 16557584. OLE color: 16557584.

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

Color convert

RGB 16 166 252 -
CMYK 0.94 0.34 0 0.01
HSL 201.86º 0.98% 0.53% -
HSV(B) 201.86º 0.94% 0.99% -
XYZ 31.42 34.41 97.08 -
YUV 130.95 196.31 46.01 -
System Red Green Blue C M Y K H S L
Decimal 16 166 252 0.94 0.34 0 0.01 201.86 0.98 0.53
Hex 10 A6 FC 5E 22 0 1 CA 62 35
Octal 20 246 374 136 42 0 1 312 142 65
Binary 10000 10100110 11111100 1011110 100010 0 1 11001010 1100010 110101

Color Harmonies of #10A6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A6FC

Black with #10A6FC

Text Example


Text Example

White with #10A6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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