#07A0F9

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

Shades of Dodger Blue #07A0F9

Tints of Dodger Blue #07A0F9

Color information

#07A0F9 (or 0x07A0F9) is unknown color: approx Dodger Blue. HEX triplet: 07, A0 and F9. RGB value is (7,160,249). Sum of RGB (Red+Green+Blue) = 7+160+249=416 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.68% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 249 (97.66% from 255 or 59.86% from 416); Max value from RGB is 249 - color contains mainly: blue. Hex color #07A0F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #07A0F9 is #F85F06. Grayscale: #7B7B7B. Windows color (decimal): -16277255 or 16359431. OLE color: 16359431.

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

Color convert

RGB7160249-
CMYK0.970.3600.02
HSL202.07º95.28%50.2%-
HSV(B)202.07º97.19%97.65%-
XYZ29.7632.0394.24-
YUV124.4198.3144.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.68%
GREEN value IS 160 (62.89% from 255) = 38.46%
BLUE value IS 249 (97.66% from 255) = 59.86%
R=1.68%
G=38.46%
B=59.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal71602490.970.3600.02202.0795.2850.2
Hex7A0F9612402ca5f32
Octal7240371141440231213762
Binary11110100000111110011100001100100010110010101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07A0F9; }

 p { color: rgb(7,160,249); }

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

<style>
 a { background-color: #07A0F9; }

 a { background-color: rgb(7,160,249); }

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

<style>
 span { border-color: #07A0F9; }

 span { border-color: rgb(7,160,249); }

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