Html Css Color HEX #082EDE Persian Blue

📋 copy color: '#082EDE'

red 8 ◦ green 46 ◦ blue 222

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

Shades of Persian Blue #082EDE

Tints of Persian Blue #082EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 80.43%

R = 2.9%
G = 16.67%
B = 80.43%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#082EDE (or 0x082EDE) is known color: Persian Blue. HEX triplet: 08, 2E and DE. RGB value is (8,46,222). Sum of RGB (Red+Green+Blue) = 8+46+222=276 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.90% from 276); Green value is 46 (18.36% from 255 or 16.67% from 276); Blue value is 222 (87.11% from 255 or 80.43% from 276); Max value from RGB is 222 - color contains mainly: blue. Hex color #082EDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082EDE is #F7D121. Grayscale: #353535. Windows color (decimal): -16240930 or 14560776. OLE color: 14560776.

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

Color convert

RGB 8 46 222 -
CMYK 0.96 0.79 0 0.13
HSL 229.35º 0.93% 0.45% -
HSV(B) 229.35º 0.96% 0.87% -
XYZ 14.26 7.28 69.76 -
YUV 54.7 222.41 94.69 -
System Red Green Blue C M Y K H S L
Decimal 8 46 222 0.96 0.79 0 0.13 229.35 0.93 0.45
Hex 8 2E DE 60 4F 0 D E5 5D 2D
Octal 10 56 336 140 117 0 15 345 135 55
Binary 1000 101110 11011110 1100000 1001111 0 1101 11100101 1011101 101101

Color Harmonies of #082EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082EDE

Black with #082EDE

Text Example


Text Example

White with #082EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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