Html Css Color HEX #082FCE Persian Blue

📋 copy color: '#082FCE'

red 8 ◦ green 47 ◦ blue 206

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

Shades of Persian Blue #082FCE

Tints of Persian Blue #082FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 78.93%

R = 3.07%
G = 18.01%
B = 78.93%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#082FCE (or 0x082FCE) is known color: Persian Blue. HEX triplet: 08, 2F and CE. RGB value is (8,47,206). Sum of RGB (Red+Green+Blue) = 8+47+206=261 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.07% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 206 (80.86% from 255 or 78.93% from 261); Max value from RGB is 206 - color contains mainly: blue. Hex color #082FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082FCE is #F7D031. Grayscale: #343434. Windows color (decimal): -16240690 or 13512456. OLE color: 13512456.

HSL color Cylindrical-coordinate representation of color #082FCE: hue angle of 228.18º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082FCE is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 47 206 -
CMYK 0.96 0.77 0 0.19
HSL 228.18º 0.93% 0.42% -
HSV(B) 228.18º 0.96% 0.81% -
XYZ 12.26 6.54 59.01 -
YUV 53.47 214.08 95.57 -
System Red Green Blue C M Y K H S L
Decimal 8 47 206 0.96 0.77 0 0.19 228.18 0.93 0.42
Hex 8 2F CE 60 4D 0 13 E4 5D 2A
Octal 10 57 316 140 115 0 23 344 135 52
Binary 1000 101111 11001110 1100000 1001101 0 10011 11100100 1011101 101010

Color Harmonies of #082FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082FCE

Black with #082FCE

Text Example


Text Example

White with #082FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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