#0907FE

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

Shades of Blue #0907FE

Tints of Blue #0907FE

Color information

#0907FE (or 0x0907FE) is unknown color: approx Blue. HEX triplet: 09, 07 and FE. RGB value is (9,7,254). Sum of RGB (Red+Green+Blue) = 9+7+254=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 254 (99.61% from 255 or 94.07% from 270); Max value from RGB is 254 - color contains mainly: blue. Hex color #0907FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0907FE is #F6F801. Grayscale: #222222. Windows color (decimal): -16185346 or 16647945. OLE color: 16647945.

HSL color Cylindrical-coordinate representation of color #0907FE: hue angle of 240.49º 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 #0907FE is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB97254-
CMYK0.960.9700.00
HSL240.49º99.2%51.18%-
HSV(B)240.49º97.24%99.61%-
XYZ18.087.3794.23-
YUV35.76251.16108.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.33%
GREEN value IS 7 (3.12% from 255) = 2.59%
BLUE value IS 254 (99.61% from 255) = 94.07%
R=3.33%
G=2.59%
B=94.07%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal972540.960.9700.00240.4999.251.18
Hex97FE606100f06333
Octal1173761401410036014363
Binary1001111111111101100000110000100111100001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0907FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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