#0800ED

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

Shades of Blue #0800ED

Tints of Blue #0800ED

Color information

#0800ED (or 0x0800ED) is unknown color: approx Blue. HEX triplet: 08, 00 and ED. RGB value is (8,0,237). Sum of RGB (Red+Green+Blue) = 8+0+237=245 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.27% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 237 (92.97% from 255 or 96.73% from 245); Max value from RGB is 237 - color contains mainly: blue. Hex color #0800ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0800ED is #F7FF12. Grayscale: #1C1C1C. Windows color (decimal): -16252691 or 15532040. OLE color: 15532040.

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

Color convert

RGB80237-
CMYK0.97100.07
HSL242.03º100%46.47%-
HSV(B)242.03º100%92.94%-
XYZ15.396.1780.5-
YUV29.41245.15112.73-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 237 (92.97% from 255) = 96.73%
R=3.27%
G=0%
B=96.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal802370.97100.07242.0310046.47
Hex80ED616407f2642e
Octal1003551411440736214456
Binary1000011101101110000111001000111111100101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0800ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0800ED; }

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

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

<style>
 a { background-color: #0800ED; }

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

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

<style>
 span { border-color: #0800ED; }

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

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