Html Css Color HEX #082BDD Persian Blue

📋 copy color: '#082BDD'

red 8 ◦ green 43 ◦ blue 221

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

Shades of Persian Blue #082BDD

Tints of Persian Blue #082BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 81.25%

R = 2.94%
G = 15.81%
B = 81.25%

CMYK

 C value IS 0.96

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#082BDD (or 0x082BDD) is known color: Persian Blue. HEX triplet: 08, 2B and DD. RGB value is (8,43,221). Sum of RGB (Red+Green+Blue) = 8+43+221=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 221 (86.72% from 255 or 81.25% from 272); Max value from RGB is 221 - color contains mainly: blue. Hex color #082BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082BDD is #F7D422. Grayscale: #343434. Windows color (decimal): -16241699 or 14494472. OLE color: 14494472.

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

Color convert

RGB 8 43 221 -
CMYK 0.96 0.81 0 0.13
HSL 230.14º 0.93% 0.45% -
HSV(B) 230.14º 0.96% 0.87% -
XYZ 14.02 7 69.02 -
YUV 52.83 222.9 96.03 -
System Red Green Blue C M Y K H S L
Decimal 8 43 221 0.96 0.81 0 0.13 230.14 0.93 0.45
Hex 8 2B DD 60 51 0 D E6 5D 2D
Octal 10 53 335 140 121 0 15 346 135 55
Binary 1000 101011 11011101 1100000 1010001 0 1101 11100110 1011101 101101

Color Harmonies of #082BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082BDD

Black with #082BDD

Text Example


Text Example

White with #082BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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