Html Css Color HEX #082FC9 Persian Blue

📋 copy color: '#082FC9'

red 8 ◦ green 47 ◦ blue 201

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

Shades of Persian Blue #082FC9

Tints of Persian Blue #082FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 78.52%

R = 3.13%
G = 18.36%
B = 78.52%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#082FC9 (or 0x082FC9) is known color: Persian Blue. HEX triplet: 08, 2F and C9. RGB value is (8,47,201). Sum of RGB (Red+Green+Blue) = 8+47+201=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 201 (78.91% from 255 or 78.52% from 256); Max value from RGB is 201 - color contains mainly: blue. Hex color #082FC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082FC9 is #F7D036. Grayscale: #343434. Windows color (decimal): -16240695 or 13184776. OLE color: 13184776.

HSL color Cylindrical-coordinate representation of color #082FC9: hue angle of 227.88º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082FC9 is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 8 47 201 -
CMYK 0.96 0.77 0 0.21
HSL 227.88º 0.92% 0.41% -
HSV(B) 227.88º 0.96% 0.79% -
XYZ 11.66 6.3 55.86 -
YUV 52.9 211.58 95.98 -
System Red Green Blue C M Y K H S L
Decimal 8 47 201 0.96 0.77 0 0.21 227.88 0.92 0.41
Hex 8 2F C9 60 4D 0 15 E4 5C 29
Octal 10 57 311 140 115 0 25 344 134 51
Binary 1000 101111 11001001 1100000 1001101 0 10101 11100100 1011100 101001

Color Harmonies of #082FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082FC9

Black with #082FC9

Text Example


Text Example

White with #082FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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