#0070FF

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

Shades of Dodger Blue #0070FF

Tints of Dodger Blue #0070FF

Color information

#0070FF (or 0x0070FF) is unknown color: approx Dodger Blue. HEX triplet: 00, 70 and FF. RGB value is (0,112,255). Sum of RGB (Red+Green+Blue) = 0+112+255=367 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #0070FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0070FF is #FF8F00. Grayscale: #5E5E5E. Windows color (decimal): -16748289 or 16740352. OLE color: 16740352.

HSL color Cylindrical-coordinate representation of color #0070FF: hue angle of 213.65º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0070FF is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB0112255-
CMYK10.5600
HSL213.65º100%50%-
HSV(B)213.65º100%100%-
XYZ23.8418.8196.98-
YUV94.81218.3960.37-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 112 (44.14% from 255) = 30.52%
BLUE value IS 255 (100% from 255) = 69.48%
R=0%
G=30.52%
B=69.48%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal011225510.5600213.6510050
Hex070FF643800d66432
Octal0160377144700032614462
Binary0111000011111111110010011100000110101101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0070FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0070FF; }

 p { color: rgb(0,112,255); }

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

<style>
 a { background-color: #0070FF; }

 a { background-color: rgb(0,112,255); }

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

<style>
 span { border-color: #0070FF; }

 span { border-color: rgb(0,112,255); }

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