Html Css Color HEX #082FDC Persian Blue

📋 copy color: '#082FDC'

red 8 ◦ green 47 ◦ blue 220

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

Shades of Persian Blue #082FDC

Tints of Persian Blue #082FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 80%

R = 2.91%
G = 17.09%
B = 80%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#082FDC (or 0x082FDC) is known color: Persian Blue. HEX triplet: 08, 2F and DC. RGB value is (8,47,220). Sum of RGB (Red+Green+Blue) = 8+47+220=275 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.91% from 275); Green value is 47 (18.75% from 255 or 17.09% from 275); Blue value is 220 (86.33% from 255 or 80% from 275); Max value from RGB is 220 - color contains mainly: blue. Hex color #082FDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082FDC is #F7D023. Grayscale: #363636. Windows color (decimal): -16240676 or 14429960. OLE color: 14429960.

HSL color Cylindrical-coordinate representation of color #082FDC: hue angle of 228.96º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082FDC is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 47 220 -
CMYK 0.96 0.79 0 0.14
HSL 228.96º 0.93% 0.45% -
HSV(B) 228.96º 0.96% 0.86% -
XYZ 14.03 7.25 68.37 -
YUV 55.06 221.08 94.43 -
System Red Green Blue C M Y K H S L
Decimal 8 47 220 0.96 0.79 0 0.14 228.96 0.93 0.45
Hex 8 2F DC 60 4F 0 E E5 5D 2D
Octal 10 57 334 140 117 0 16 345 135 55
Binary 1000 101111 11011100 1100000 1001111 0 1110 11100101 1011101 101101

Color Harmonies of #082FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082FDC

Black with #082FDC

Text Example


Text Example

White with #082FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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