Html Css Color HEX #082BE7 Persian Blue

📋 copy color: '#082BE7'

red 8 ◦ green 43 ◦ blue 231

#082BE7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #082BE7

Tints of Persian Blue #082BE7

RGB

 RED value IS 8 (3.52% from 255) = 2.84%

 GREEN value IS 43 (17.19% from 255) = 15.25%

 BLUE value IS 231 (90.63% from 255) = 81.91%

R = 2.84%
G = 15.25%
B = 81.91%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#082BE7 (or 0x082BE7) is known color: Persian Blue. HEX triplet: 08, 2B and E7. RGB value is (8,43,231). Sum of RGB (Red+Green+Blue) = 8+43+231=282 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.84% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 231 (90.62% from 255 or 81.91% from 282); Max value from RGB is 231 - color contains mainly: blue. Hex color #082BE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #082BE7 is #F7D418. Grayscale: #353535. Windows color (decimal): -16241689 or 15149832. OLE color: 15149832.

HSL color Cylindrical-coordinate representation of color #082BE7: hue angle of 230.58º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #082BE7 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 8 43 231 -
CMYK 0.97 0.81 0 0.09
HSL 230.58º 0.93% 0.47% -
HSV(B) 230.58º 0.97% 0.91% -
XYZ 15.39 7.55 76.25 -
YUV 53.97 227.9 95.21 -
System Red Green Blue C M Y K H S L
Decimal 8 43 231 0.97 0.81 0 0.09 230.58 0.93 0.47
Hex 8 2B E7 61 51 0 9 E7 5D 2F
Octal 10 53 347 141 121 0 11 347 135 57
Binary 1000 101011 11100111 1100001 1010001 0 1001 11100111 1011101 101111

Color Harmonies of #082BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082BE7

Black with #082BE7

Text Example


Text Example

White with #082BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,43,231); }

 H1.HeaderClassName
 {
   color: #082BE7;
 }
 .AnyTagClassName
 {
   color: #082BE7;
 }
</style>

background-color css

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

 a { background-color: rgb(8,43,231); }

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

border-color css

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

 span { border-color: rgb(8,43,231); }

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