Html Css Color HEX #082CE1 Persian Blue

📋 copy color: '#082CE1'

red 8 ◦ green 44 ◦ blue 225

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

Shades of Persian Blue #082CE1

Tints of Persian Blue #082CE1

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.88%

 BLUE value IS 225 (88.28% from 255) = 81.23%

R = 2.89%
G = 15.88%
B = 81.23%

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

#082CE1 (or 0x082CE1) is known color: Persian Blue. HEX triplet: 08, 2C and E1. RGB value is (8,44,225). Sum of RGB (Red+Green+Blue) = 8+44+225=277 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.89% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 225 (88.28% from 255 or 81.23% from 277); Max value from RGB is 225 - color contains mainly: blue. Hex color #082CE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082CE1 is #F7D31E. Grayscale: #353535. Windows color (decimal): -16241439 or 14756872. OLE color: 14756872.

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

Color convert

RGB 8 44 225 -
CMYK 0.96 0.80 0 0.12
HSL 230.05º 0.93% 0.46% -
HSV(B) 230.05º 0.96% 0.88% -
XYZ 14.59 7.29 71.87 -
YUV 53.87 224.57 95.28 -
System Red Green Blue C M Y K H S L
Decimal 8 44 225 0.96 0.80 0 0.12 230.05 0.93 0.46
Hex 8 2C E1 60 50 0 C E6 5D 2E
Octal 10 54 341 140 120 0 14 346 135 56
Binary 1000 101100 11100001 1100000 1010000 0 1100 11100110 1011101 101110

Color Harmonies of #082CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082CE1

Black with #082CE1

Text Example


Text Example

White with #082CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,44,225); }

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

background-color css

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

 a { background-color: rgb(8,44,225); }

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

border-color css

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

 span { border-color: rgb(8,44,225); }

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