#082CE4

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

Shades of Persian Blue #082CE4

Tints of Persian Blue #082CE4

Color information

#082CE4 (or 0x082CE4) is unknown color: approx Persian Blue. HEX triplet: 08, 2C and E4. RGB value is (8,44,228). Sum of RGB (Red+Green+Blue) = 8+44+228=280 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.86% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 228 (89.45% from 255 or 81.43% from 280); Max value from RGB is 228 - color contains mainly: blue. Hex color #082CE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082CE4 is #F7D31B. Grayscale: #353535. Windows color (decimal): -16241436 or 14953480. OLE color: 14953480.

HSL color Cylindrical-coordinate representation of color #082CE4: hue angle of 230.18º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082CE4 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB844228-
CMYK0.960.8100.11
HSL230.18º93.22%46.27%-
HSV(B)230.18º96.49%89.41%-
XYZ157.4574.05-
YUV54.21226.0795.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.86%
GREEN value IS 44 (17.58% from 255) = 15.71%
BLUE value IS 228 (89.45% from 255) = 81.43%
R=2.86%
G=15.71%
B=81.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal8442280.960.8100.11230.1893.2246.27
Hex82CE460510Be65d2e
Octal105434414012101334613556
Binary1000101100111001001100000101000101011111001101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,44,228); }

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

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

 a { background-color: rgb(8,44,228); }

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

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

 span { border-color: rgb(8,44,228); }

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