#082ADF

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

Shades of Persian Blue #082ADF

Tints of Persian Blue #082ADF

Color information

#082ADF (or 0x082ADF) is unknown color: approx Persian Blue. HEX triplet: 08, 2A and DF. RGB value is (8,42,223). Sum of RGB (Red+Green+Blue) = 8+42+223=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 223 (87.5% from 255 or 81.68% from 273); Max value from RGB is 223 - color contains mainly: blue. Hex color #082ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082ADF is #F7D520. Grayscale: #333333. Windows color (decimal): -16241953 or 14625288. OLE color: 14625288.

HSL color Cylindrical-coordinate representation of color #082ADF: hue angle of 230.51º 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 #082ADF is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB842223-
CMYK0.960.8100.13
HSL230.51º93.07%45.29%-
HSV(B)230.51º96.41%87.45%-
XYZ14.257.0470.42-
YUV52.47224.2496.28-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.93%
GREEN value IS 42 (16.80% from 255) = 15.38%
BLUE value IS 223 (87.5% from 255) = 81.68%
R=2.93%
G=15.38%
B=81.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal8422230.960.8100.13230.5193.0745.29
Hex82ADF60510De75d2d
Octal105233714012101534713555
Binary1000101010110111111100000101000101101111001111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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