#0827F8

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

Shades of Blue #0827F8

Tints of Blue #0827F8

Color information

#0827F8 (or 0x0827F8) is unknown color: approx Blue. HEX triplet: 08, 27 and F8. RGB value is (8,39,248). Sum of RGB (Red+Green+Blue) = 8+39+248=295 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.71% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 248 (97.27% from 255 or 84.07% from 295); Max value from RGB is 248 - color contains mainly: blue. Hex color #0827F8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0827F8 is #F7D807. Grayscale: #343434. Windows color (decimal): -16242696 or 16262920. OLE color: 16262920.

HSL color Cylindrical-coordinate representation of color #0827F8: hue angle of 232.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0827F8 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB839248-
CMYK0.970.8400.03
HSL232.25º94.49%50.2%-
HSV(B)232.25º96.77%97.25%-
XYZ17.778.2889.47-
YUV53.56237.7395.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.71%
GREEN value IS 39 (15.62% from 255) = 13.22%
BLUE value IS 248 (97.27% from 255) = 84.07%
R=2.71%
G=13.22%
B=84.07%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal8392480.970.8400.03232.2594.4950.2
Hex827F8615403e85e32
Octal10473701411240335013662
Binary10001001111111100011000011010100011111010001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0827F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0827F8; }

 p { color: rgb(8,39,248); }

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

<style>
 a { background-color: #0827F8; }

 a { background-color: rgb(8,39,248); }

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

<style>
 span { border-color: #0827F8; }

 span { border-color: rgb(8,39,248); }

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