Html Css Color HEX #082BDA Persian Blue

📋 copy color: '#082BDA'

red 8 ◦ green 43 ◦ blue 218

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

Shades of Persian Blue #082BDA

Tints of Persian Blue #082BDA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.99%

 BLUE value IS 218 (85.55% from 255) = 81.04%

R = 2.97%
G = 15.99%
B = 81.04%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#082BDA (or 0x082BDA) is known color: Persian Blue. HEX triplet: 08, 2B and DA. RGB value is (8,43,218). Sum of RGB (Red+Green+Blue) = 8+43+218=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 43 (17.19% from 255 or 15.99% from 269); Blue value is 218 (85.55% from 255 or 81.04% from 269); Max value from RGB is 218 - color contains mainly: blue. Hex color #082BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082BDA is #F7D425. Grayscale: #333333. Windows color (decimal): -16241702 or 14297864. OLE color: 14297864.

HSL color Cylindrical-coordinate representation of color #082BDA: hue angle of 230º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082BDA is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 8 43 218 -
CMYK 0.96 0.80 0 0.15
HSL 230º 0.93% 0.44% -
HSV(B) 230º 0.96% 0.85% -
XYZ 13.62 6.84 66.93 -
YUV 52.49 221.4 96.27 -
System Red Green Blue C M Y K H S L
Decimal 8 43 218 0.96 0.80 0 0.15 230 0.93 0.44
Hex 8 2B DA 60 50 0 F E6 5D 2C
Octal 10 53 332 140 120 0 17 346 135 54
Binary 1000 101011 11011010 1100000 1010000 0 1111 11100110 1011101 101100

Color Harmonies of #082BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082BDA

Black with #082BDA

Text Example


Text Example

White with #082BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,43,218); }

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

background-color css

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

 a { background-color: rgb(8,43,218); }

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

border-color css

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

 span { border-color: rgb(8,43,218); }

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