#0707FE

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

Shades of Blue #0707FE

Tints of Blue #0707FE

Color information

#0707FE (or 0x0707FE) is unknown color: approx Blue. HEX triplet: 07, 07 and FE. RGB value is (7,7,254). Sum of RGB (Red+Green+Blue) = 7+7+254=268 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.61% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 254 (99.61% from 255 or 94.78% from 268); Max value from RGB is 254 - color contains mainly: blue. Hex color #0707FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0707FE is #F8F801. Grayscale: #222222. Windows color (decimal): -16316418 or 16647943. OLE color: 16647943.

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

Color convert

RGB77254-
CMYK0.970.9700.00
HSL240º99.2%51.18%-
HSV(B)240º97.24%99.61%-
XYZ18.057.3594.23-
YUV35.16251.5107.92-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.61%
GREEN value IS 7 (3.12% from 255) = 2.61%
BLUE value IS 254 (99.61% from 255) = 94.78%
R=2.61%
G=2.61%
B=94.78%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal772540.970.9700.0024099.251.18
Hex77FE616100f06333
Octal773761411410036014363
Binary111111111111101100001110000100111100001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0707FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0707FE; }

 p { color: rgb(7,7,254); }

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

<style>
 a { background-color: #0707FE; }

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

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

<style>
 span { border-color: #0707FE; }

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

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