Html Css Color HEX #082EDB Persian Blue

📋 copy color: '#082EDB'

red 8 ◦ green 46 ◦ blue 219

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

Shades of Persian Blue #082EDB

Tints of Persian Blue #082EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 80.22%

R = 2.93%
G = 16.85%
B = 80.22%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#082EDB (or 0x082EDB) is known color: Persian Blue. HEX triplet: 08, 2E and DB. RGB value is (8,46,219). Sum of RGB (Red+Green+Blue) = 8+46+219=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 219 (85.94% from 255 or 80.22% from 273); Max value from RGB is 219 - color contains mainly: blue. Hex color #082EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082EDB is #F7D124. Grayscale: #353535. Windows color (decimal): -16240933 or 14364168. OLE color: 14364168.

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

Color convert

RGB 8 46 219 -
CMYK 0.96 0.79 0 0.14
HSL 229.19º 0.93% 0.45% -
HSV(B) 229.19º 0.96% 0.86% -
XYZ 13.86 7.12 67.66 -
YUV 54.36 220.91 94.93 -
System Red Green Blue C M Y K H S L
Decimal 8 46 219 0.96 0.79 0 0.14 229.19 0.93 0.45
Hex 8 2E DB 60 4F 0 E E5 5D 2D
Octal 10 56 333 140 117 0 16 345 135 55
Binary 1000 101110 11011011 1100000 1001111 0 1110 11100101 1011101 101101

Color Harmonies of #082EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082EDB

Black with #082EDB

Text Example


Text Example

White with #082EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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