Html Css Color HEX #082FE1 Persian Blue

📋 copy color: '#082FE1'

red 8 ◦ green 47 ◦ blue 225

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

Shades of Persian Blue #082FE1

Tints of Persian Blue #082FE1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.79%

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

R = 2.86%
G = 16.79%
B = 80.36%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#082FE1 (or 0x082FE1) is known color: Persian Blue. HEX triplet: 08, 2F and E1. RGB value is (8,47,225). Sum of RGB (Red+Green+Blue) = 8+47+225=280 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.86% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 225 (88.28% from 255 or 80.36% from 280); Max value from RGB is 225 - color contains mainly: blue. Hex color #082FE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082FE1 is #F7D01E. Grayscale: #363636. Windows color (decimal): -16240671 or 14757640. OLE color: 14757640.

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

Color convert

RGB 8 47 225 -
CMYK 0.96 0.79 0 0.12
HSL 229.22º 0.93% 0.46% -
HSV(B) 229.22º 0.96% 0.88% -
XYZ 14.71 7.52 71.91 -
YUV 55.63 223.58 94.03 -
System Red Green Blue C M Y K H S L
Decimal 8 47 225 0.96 0.79 0 0.12 229.22 0.93 0.46
Hex 8 2F E1 60 4F 0 C E5 5D 2E
Octal 10 57 341 140 117 0 14 345 135 56
Binary 1000 101111 11100001 1100000 1001111 0 1100 11100101 1011101 101110

Color Harmonies of #082FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082FE1

Black with #082FE1

Text Example


Text Example

White with #082FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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