#0A7CF5

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

Shades of Dodger Blue #0A7CF5

Tints of Dodger Blue #0A7CF5

Color information

#0A7CF5 (or 0x0A7CF5) is unknown color: approx Dodger Blue. HEX triplet: 0A, 7C and F5. RGB value is (10,124,245). Sum of RGB (Red+Green+Blue) = 10+124+245=379 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.64% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 245 (96.09% from 255 or 64.64% from 379); Max value from RGB is 245 - color contains mainly: blue. Hex color #0A7CF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A7CF5 is #F5830A. Grayscale: #676767. Windows color (decimal): -16089867 or 16088074. OLE color: 16088074.

HSL color Cylindrical-coordinate representation of color #0A7CF5: hue angle of 210.89º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A7CF5 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB10124245-
CMYK0.960.4900.04
HSL210.89º92.16%50%-
HSV(B)210.89º95.92%96.08%-
XYZ23.8121.0789.2-
YUV103.71207.7361.16-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.64%
GREEN value IS 124 (48.83% from 255) = 32.72%
BLUE value IS 245 (96.09% from 255) = 64.64%
R=2.64%
G=32.72%
B=64.64%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal101242450.960.4900.04210.8992.1650
HexA7CF5603104d35c32
Octal12174365140610432313462
Binary101011111001111010111000001100010100110100111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A7CF5; }

 p { color: rgb(10,124,245); }

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

<style>
 a { background-color: #0A7CF5; }

 a { background-color: rgb(10,124,245); }

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

<style>
 span { border-color: #0A7CF5; }

 span { border-color: rgb(10,124,245); }

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