#000fed

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

Shades of Blue #000FED

Tints of Blue #000FED

Color information

#000FED (or 0x000FED) is unknown color: approx Blue. HEX triplet: 00, 0F and ED. RGB value is (0,15,237). Sum of RGB (Red+Green+Blue) = 0+15+237=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 15 (6.25% from 255 or 5.95% from 252); Blue value is 237 (92.97% from 255 or 94.05% from 252); Max value from RGB is 237 - color contains mainly: blue. Hex color #000FED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000FED is #FFF012. Grayscale: #222222. Windows color (decimal): -16773139 or 15535872. OLE color: 15535872.

HSL color Cylindrical-coordinate representation of color #000FED: hue angle of 236.2º 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 #000FED is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB015237-
CMYK10.9400.07
HSL236.2º100%46.47%-
HSV(B)236.2º100%92.94%-
XYZ15.466.4680.55-
YUV35.82241.53102.45-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 15 (6.25% from 255) = 5.95%
BLUE value IS 237 (92.97% from 255) = 94.05%
R=0%
G=5.95%
B=94.05%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal01523710.9400.07236.210046.47
Hex0FED645E07ec642e
Octal0173551441360735414456
Binary0111111101101110010010111100111111011001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000fed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000fed; }

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

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

<style>
 a { background-color: #000fed; }

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

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

<style>
 span { border-color: #000fed; }

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

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