Html Css Color HEX #082FCB Persian Blue

📋 copy color: '#082FCB'

red 8 ◦ green 47 ◦ blue 203

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

Shades of Persian Blue #082FCB

Tints of Persian Blue #082FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 78.68%

R = 3.1%
G = 18.22%
B = 78.68%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#082FCB (or 0x082FCB) is known color: Persian Blue. HEX triplet: 08, 2F and CB. RGB value is (8,47,203). Sum of RGB (Red+Green+Blue) = 8+47+203=258 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.10% from 258); Green value is 47 (18.75% from 255 or 18.22% from 258); Blue value is 203 (79.69% from 255 or 78.68% from 258); Max value from RGB is 203 - color contains mainly: blue. Hex color #082FCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082FCB is #F7D034. Grayscale: #343434. Windows color (decimal): -16240693 or 13315848. OLE color: 13315848.

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

Color convert

RGB 8 47 203 -
CMYK 0.96 0.77 0 0.20
HSL 228º 0.92% 0.41% -
HSV(B) 228º 0.96% 0.8% -
XYZ 11.9 6.4 57.11 -
YUV 53.12 212.58 95.82 -
System Red Green Blue C M Y K H S L
Decimal 8 47 203 0.96 0.77 0 0.20 228 0.92 0.41
Hex 8 2F CB 60 4D 0 14 E4 5C 29
Octal 10 57 313 140 115 0 24 344 134 51
Binary 1000 101111 11001011 1100000 1001101 0 10100 11100100 1011100 101001

Color Harmonies of #082FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082FCB

Black with #082FCB

Text Example


Text Example

White with #082FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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