Html Css Color HEX #082DE0 Persian Blue

📋 copy color: '#082DE0'

red 8 ◦ green 45 ◦ blue 224

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

Shades of Persian Blue #082DE0

Tints of Persian Blue #082DE0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.25%

 BLUE value IS 224 (87.89% from 255) = 80.87%

R = 2.89%
G = 16.25%
B = 80.87%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#082DE0 (or 0x082DE0) is known color: Persian Blue. HEX triplet: 08, 2D and E0. RGB value is (8,45,224). Sum of RGB (Red+Green+Blue) = 8+45+224=277 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.89% from 277); Green value is 45 (17.97% from 255 or 16.25% from 277); Blue value is 224 (87.89% from 255 or 80.87% from 277); Max value from RGB is 224 - color contains mainly: blue. Hex color #082DE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082DE0 is #F7D21F. Grayscale: #353535. Windows color (decimal): -16241184 or 14691592. OLE color: 14691592.

HSL color Cylindrical-coordinate representation of color #082DE0: hue angle of 229.72º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082DE0 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 8 45 224 -
CMYK 0.96 0.80 0 0.12
HSL 229.72º 0.93% 0.45% -
HSV(B) 229.72º 0.96% 0.88% -
XYZ 14.49 7.31 71.17 -
YUV 54.34 223.74 94.95 -
System Red Green Blue C M Y K H S L
Decimal 8 45 224 0.96 0.80 0 0.12 229.72 0.93 0.45
Hex 8 2D E0 60 50 0 C E6 5D 2D
Octal 10 55 340 140 120 0 14 346 135 55
Binary 1000 101101 11100000 1100000 1010000 0 1100 11100110 1011101 101101

Color Harmonies of #082DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082DE0

Black with #082DE0

Text Example


Text Example

White with #082DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,45,224); }

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

background-color css

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

 a { background-color: rgb(8,45,224); }

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

border-color css

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

 span { border-color: rgb(8,45,224); }

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