#007CFC

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

Shades of Dodger Blue #007CFC

Tints of Dodger Blue #007CFC

Color information

#007CFC (or 0x007CFC) is unknown color: approx Dodger Blue. HEX triplet: 00, 7C and FC. RGB value is (0,124,252). Sum of RGB (Red+Green+Blue) = 0+124+252=376 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 376); Green value is 124 (48.83% from 255 or 32.98% 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 #007CFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007CFC is #FF8303. Grayscale: #646464. Windows color (decimal): -16745220 or 16546816. OLE color: 16546816.

HSL color Cylindrical-coordinate representation of color #007CFC: hue angle of 210.48º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007CFC is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB0124252-
CMYK10.5100.01
HSL210.48º100%49.41%-
HSV(B)210.48º100%98.82%-
XYZ24.7821.4494.93-
YUV101.52212.9255.59-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 124 (48.83% from 255) = 32.98%
BLUE value IS 252 (98.83% from 255) = 67.02%
R=0%
G=32.98%
B=67.02%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal012425210.5100.01210.4810049.41
Hex07CFC643301d26431
Octal0174374144630132214461
Binary0111110011111100110010011001101110100101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007CFC; }

 p { color: rgb(0,124,252); }

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

<style>
 a { background-color: #007CFC; }

 a { background-color: rgb(0,124,252); }

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

<style>
 span { border-color: #007CFC; }

 span { border-color: rgb(0,124,252); }

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