Html Css Color HEX #082EE6 Persian Blue

📋 copy color: '#082EE6'

red 8 ◦ green 46 ◦ blue 230

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

Shades of Persian Blue #082EE6

Tints of Persian Blue #082EE6

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.2%

 BLUE value IS 230 (90.23% from 255) = 80.99%

R = 2.82%
G = 16.2%
B = 80.99%

CMYK

 C value IS 0.97

 M value IS 0.8

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#082EE6 (or 0x082EE6) is known color: Persian Blue. HEX triplet: 08, 2E and E6. RGB value is (8,46,230). Sum of RGB (Red+Green+Blue) = 8+46+230=284 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.82% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 230 (90.23% from 255 or 80.99% from 284); Max value from RGB is 230 - color contains mainly: blue. Hex color #082EE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #082EE6 is #F7D119. Grayscale: #363636. Windows color (decimal): -16240922 or 15085064. OLE color: 15085064.

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

Color convert

RGB 8 46 230 -
CMYK 0.97 0.8 0 0.10
HSL 229.73º 0.93% 0.47% -
HSV(B) 229.73º 0.97% 0.9% -
XYZ 15.36 7.72 75.54 -
YUV 55.61 226.41 94.04 -
System Red Green Blue C M Y K H S L
Decimal 8 46 230 0.97 0.8 0 0.10 229.73 0.93 0.47
Hex 8 2E E6 61 50 0 A E6 5D 2F
Octal 10 56 346 141 120 0 12 346 135 57
Binary 1000 101110 11100110 1100001 1010000 0 1010 11100110 1011101 101111

Color Harmonies of #082EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082EE6

Black with #082EE6

Text Example


Text Example

White with #082EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,46,230); }

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

background-color css

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

 a { background-color: rgb(8,46,230); }

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

border-color css

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

 span { border-color: rgb(8,46,230); }

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