#082FDB

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

Shades of Persian Blue #082FDB

Tints of Persian Blue #082FDB

Color information

#082FDB (or 0x082FDB) is unknown color: approx Persian Blue. HEX triplet: 08, 2F and DB. RGB value is (8,47,219). Sum of RGB (Red+Green+Blue) = 8+47+219=274 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.92% from 274); Green value is 47 (18.75% from 255 or 17.15% from 274); Blue value is 219 (85.94% from 255 or 79.93% from 274); Max value from RGB is 219 - color contains mainly: blue. Hex color #082FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082FDB is #F7D024. Grayscale: #363636. Windows color (decimal): -16240677 or 14364424. OLE color: 14364424.

HSL color Cylindrical-coordinate representation of color #082FDB: hue angle of 228.91º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082FDB is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB847219-
CMYK0.960.7900.14
HSL228.91º92.95%44.51%-
HSV(B)228.91º96.35%85.88%-
XYZ13.97.267.67-
YUV54.95220.5894.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.92%
GREEN value IS 47 (18.75% from 255) = 17.15%
BLUE value IS 219 (85.94% from 255) = 79.93%
R=2.92%
G=17.15%
B=79.93%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal8472190.960.7900.14228.9192.9544.51
Hex82FDB604F0Ee55d2d
Octal105733314011701634513555
Binary1000101111110110111100000100111101110111001011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082FDB; }

 p { color: rgb(8,47,219); }

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

<style>
 a { background-color: #082FDB; }

 a { background-color: rgb(8,47,219); }

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

<style>
 span { border-color: #082FDB; }

 span { border-color: rgb(8,47,219); }

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