Html Css Color HEX #082DBC Persian Blue

📋 copy color: '#082DBC'

red 8 ◦ green 45 ◦ blue 188

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

Shades of Persian Blue #082DBC

Tints of Persian Blue #082DBC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.67%

 BLUE value IS 188 (73.83% from 255) = 78.01%

R = 3.32%
G = 18.67%
B = 78.01%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#082DBC (or 0x082DBC) is known color: Persian Blue. HEX triplet: 08, 2D and BC. RGB value is (8,45,188). Sum of RGB (Red+Green+Blue) = 8+45+188=241 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.32% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 188 (73.83% from 255 or 78.01% from 241); Max value from RGB is 188 - color contains mainly: blue. Hex color #082DBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082DBC is #F7D243. Grayscale: #313131. Windows color (decimal): -16241220 or 12332296. OLE color: 12332296.

HSL color Cylindrical-coordinate representation of color #082DBC: hue angle of 227.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082DBC is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 45 188 -
CMYK 0.96 0.76 0 0.26
HSL 227.67º 0.92% 0.38% -
HSV(B) 227.67º 0.96% 0.74% -
XYZ 10.12 5.56 48.12 -
YUV 50.24 205.74 97.87 -
System Red Green Blue C M Y K H S L
Decimal 8 45 188 0.96 0.76 0 0.26 227.67 0.92 0.38
Hex 8 2D BC 60 4C 0 1A E4 5C 26
Octal 10 55 274 140 114 0 32 344 134 46
Binary 1000 101101 10111100 1100000 1001100 0 11010 11100100 1011100 100110

Color Harmonies of #082DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082DBC

Black with #082DBC

Text Example


Text Example

White with #082DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,45,188); }

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

background-color css

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

 a { background-color: rgb(8,45,188); }

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

border-color css

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

 span { border-color: rgb(8,45,188); }

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