Html Css Color HEX #082DD9 Persian Blue

📋 copy color: '#082DD9'

red 8 ◦ green 45 ◦ blue 217

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

Shades of Persian Blue #082DD9

Tints of Persian Blue #082DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 80.37%

R = 2.96%
G = 16.67%
B = 80.37%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#082DD9 (or 0x082DD9) is known color: Persian Blue. HEX triplet: 08, 2D and D9. RGB value is (8,45,217). Sum of RGB (Red+Green+Blue) = 8+45+217=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 217 (85.16% from 255 or 80.37% from 270); Max value from RGB is 217 - color contains mainly: blue. Hex color #082DD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082DD9 is #F7D226. Grayscale: #343434. Windows color (decimal): -16241191 or 14232840. OLE color: 14232840.

HSL color Cylindrical-coordinate representation of color #082DD9: hue angle of 229.38º 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 #082DD9 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 8 45 217 -
CMYK 0.96 0.79 0 0.15
HSL 229.38º 0.93% 0.44% -
HSV(B) 229.38º 0.96% 0.85% -
XYZ 13.56 6.94 66.27 -
YUV 53.55 220.24 95.51 -
System Red Green Blue C M Y K H S L
Decimal 8 45 217 0.96 0.79 0 0.15 229.38 0.93 0.44
Hex 8 2D D9 60 4F 0 F E5 5D 2C
Octal 10 55 331 140 117 0 17 345 135 54
Binary 1000 101101 11011001 1100000 1001111 0 1111 11100101 1011101 101100

Color Harmonies of #082DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082DD9

Black with #082DD9

Text Example


Text Example

White with #082DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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