#0829DF

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

Shades of Persian Blue #0829DF

Tints of Persian Blue #0829DF

Color information

#0829DF (or 0x0829DF) is unknown color: approx Persian Blue. HEX triplet: 08, 29 and DF. RGB value is (8,41,223). Sum of RGB (Red+Green+Blue) = 8+41+223=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 223 (87.5% from 255 or 81.99% from 272); Max value from RGB is 223 - color contains mainly: blue. Hex color #0829DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0829DF is #F7D620. Grayscale: #333333. Windows color (decimal): -16242209 or 14625032. OLE color: 14625032.

HSL color Cylindrical-coordinate representation of color #0829DF: hue angle of 230.79º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0829DF is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB841223-
CMYK0.960.8200.13
HSL230.79º93.07%45.29%-
HSV(B)230.79º96.41%87.45%-
XYZ14.216.9770.41-
YUV51.88224.5796.7-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.94%
GREEN value IS 41 (16.41% from 255) = 15.07%
BLUE value IS 223 (87.5% from 255) = 81.99%
R=2.94%
G=15.07%
B=81.99%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal8412230.960.8200.13230.7993.0745.29
Hex829DF60520De75d2d
Octal105133714012201534713555
Binary1000101001110111111100000101001001101111001111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0829DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0829DF; }

 p { color: rgb(8,41,223); }

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

<style>
 a { background-color: #0829DF; }

 a { background-color: rgb(8,41,223); }

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

<style>
 span { border-color: #0829DF; }

 span { border-color: rgb(8,41,223); }

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