Html Css Color HEX #082FE0 Persian Blue

📋 copy color: '#082FE0'

red 8 ◦ green 47 ◦ blue 224

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

Shades of Persian Blue #082FE0

Tints of Persian Blue #082FE0

RGB

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

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

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

R = 2.87%
G = 16.85%
B = 80.29%

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

#082FE0 (or 0x082FE0) is known color: Persian Blue. HEX triplet: 08, 2F and E0. RGB value is (8,47,224). Sum of RGB (Red+Green+Blue) = 8+47+224=279 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.87% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 224 (87.89% from 255 or 80.29% from 279); Max value from RGB is 224 - color contains mainly: blue. Hex color #082FE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082FE0 is #F7D01F. Grayscale: #363636. Windows color (decimal): -16240672 or 14692104. OLE color: 14692104.

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

Color convert

RGB 8 47 224 -
CMYK 0.96 0.79 0 0.12
HSL 229.17º 0.93% 0.45% -
HSV(B) 229.17º 0.96% 0.88% -
XYZ 14.57 7.47 71.19 -
YUV 55.52 223.08 94.11 -
System Red Green Blue C M Y K H S L
Decimal 8 47 224 0.96 0.79 0 0.12 229.17 0.93 0.45
Hex 8 2F E0 60 4F 0 C E5 5D 2D
Octal 10 57 340 140 117 0 14 345 135 55
Binary 1000 101111 11100000 1100000 1001111 0 1100 11100101 1011101 101101

Color Harmonies of #082FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082FE0

Black with #082FE0

Text Example


Text Example

White with #082FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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