#0C70FC

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

Shades of Dodger Blue #0C70FC

Tints of Dodger Blue #0C70FC

Color information

#0C70FC (or 0x0C70FC) is unknown color: approx Dodger Blue. HEX triplet: 0C, 70 and FC. RGB value is (12,112,252). Sum of RGB (Red+Green+Blue) = 12+112+252=376 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.19% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 252 (98.83% from 255 or 67.02% from 376); Max value from RGB is 252 - color contains mainly: blue. Hex color #0C70FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C70FC is #F38F03. Grayscale: #616161. Windows color (decimal): -15961860 or 16543756. OLE color: 16543756.

HSL color Cylindrical-coordinate representation of color #0C70FC: hue angle of 215º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C70FC is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB12112252-
CMYK0.950.5600.01
HSL215º97.56%51.76%-
HSV(B)215º95.24%98.82%-
XYZ23.5218.6994.46-
YUV98.06214.8766.62-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.19%
GREEN value IS 112 (44.14% from 255) = 29.79%
BLUE value IS 252 (98.83% from 255) = 67.02%
R=3.19%
G=29.79%
B=67.02%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal121122520.950.5600.0121597.5651.76
HexC70FC5F3801d76234
Octal14160374137700132714264
Binary1100111000011111100101111111100001110101111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C70FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,112,252); }

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

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

 a { background-color: rgb(12,112,252); }

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

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

 span { border-color: rgb(12,112,252); }

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