#10a1fb

Color #10A1FB Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #10A1FB

Tints of Dodger Blue #10A1FB

Color information

#10A1FB (or 0x10A1FB) is unknown color: approx Dodger Blue. HEX triplet: 10, A1 and FB. RGB value is (16,161,251). Sum of RGB (Red+Green+Blue) = 16+161+251=428 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.74% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 251 (98.44% from 255 or 58.64% from 428); Max value from RGB is 251 - color contains mainly: blue. Hex color #10A1FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10A1FB is #EF5E04. Grayscale: #7F7F7F. Windows color (decimal): -15687173 or 16490768. OLE color: 16490768.

HSL color Cylindrical-coordinate representation of color #10A1FB: hue angle of 202.98º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10A1FB is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16161251-
CMYK0.940.3600.02
HSL202.98º96.71%52.35%-
HSV(B)202.98º93.63%98.43%-
XYZ30.3732.5695.95-
YUV127.9197.4648.18-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.74%
GREEN value IS 161 (63.28% from 255) = 37.62%
BLUE value IS 251 (98.44% from 255) = 58.64%
R=3.74%
G=37.62%
B=58.64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal161612510.940.3600.02202.9896.7152.35
Hex10A1FB5E2402cb6134
Octal20241373136440231314164
Binary1000010100001111110111011110100100010110010111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10a1fb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,161,251); }

 H1.HeaderClassName
 {
   color: #10a1fb;
 }
 .AnyTagClassName
 {
   color: #10a1fb;
 }
</style>
background-color css

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

 a { background-color: rgb(16,161,251); }

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

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

 span { border-color: rgb(16,161,251); }

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