#007FED

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

Shades of Dodger Blue #007FED

Tints of Dodger Blue #007FED

Color information

#007FED (or 0x007FED) is unknown color: approx Dodger Blue. HEX triplet: 00, 7F and ED. RGB value is (0,127,237). Sum of RGB (Red+Green+Blue) = 0+127+237=364 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 237 (92.97% from 255 or 65.11% from 364); Max value from RGB is 237 - color contains mainly: blue. Hex color #007FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007FED is #FF8012. Grayscale: #656565. Windows color (decimal): -16744467 or 15564544. OLE color: 15564544.

HSL color Cylindrical-coordinate representation of color #007FED: hue angle of 207.85º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007FED is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB0127237-
CMYK10.4600.07
HSL207.85º100%46.47%-
HSV(B)207.85º100%92.94%-
XYZ22.8821.2983.03-
YUV101.57204.4255.56-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 127 (50% from 255) = 34.89%
BLUE value IS 237 (92.97% from 255) = 65.11%
R=0%
G=34.89%
B=65.11%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal012723710.4600.07207.8510046.47
Hex07FED642E07d0642e
Octal0177355144560732014456
Binary011111111110110111001001011100111110100001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,127,237); }

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

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

 a { background-color: rgb(0,127,237); }

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

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

 span { border-color: rgb(0,127,237); }

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