#080DE9

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

Shades of Blue #080DE9

Tints of Blue #080DE9

Color information

#080DE9 (or 0x080DE9) is unknown color: approx Blue. HEX triplet: 08, 0D and E9. RGB value is (8,13,233). Sum of RGB (Red+Green+Blue) = 8+13+233=254 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.15% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 233 (91.41% from 255 or 91.73% from 254); Max value from RGB is 233 - color contains mainly: blue. Hex color #080DE9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #080DE9 is #F7F216. Grayscale: #232323. Windows color (decimal): -16249367 or 15273224. OLE color: 15273224.

HSL color Cylindrical-coordinate representation of color #080DE9: hue angle of 238.67º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080DE9 is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB813233-
CMYK0.970.9400.09
HSL238.67º93.36%47.25%-
HSV(B)238.67º96.57%91.37%-
XYZ14.956.2277.5-
YUV36.58238.84107.61-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.15%
GREEN value IS 13 (5.47% from 255) = 5.12%
BLUE value IS 233 (91.41% from 255) = 91.73%
R=3.15%
G=5.12%
B=91.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal8132330.970.9400.09238.6793.3647.25
Hex8DE9615E09ef5d2f
Octal101535114113601135713557
Binary10001101111010011100001101111001001111011111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080DE9; }

 p { color: rgb(8,13,233); }

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

<style>
 a { background-color: #080DE9; }

 a { background-color: rgb(8,13,233); }

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

<style>
 span { border-color: #080DE9; }

 span { border-color: rgb(8,13,233); }

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