Html Css Color HEX #082DDF Persian Blue

📋 copy color: '#082DDF'

red 8 ◦ green 45 ◦ blue 223

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

Shades of Persian Blue #082DDF

Tints of Persian Blue #082DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 80.8%

R = 2.9%
G = 16.3%
B = 80.8%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#082DDF (or 0x082DDF) is known color: Persian Blue. HEX triplet: 08, 2D and DF. RGB value is (8,45,223). Sum of RGB (Red+Green+Blue) = 8+45+223=276 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.90% from 276); Green value is 45 (17.97% from 255 or 16.30% from 276); Blue value is 223 (87.5% from 255 or 80.80% from 276); Max value from RGB is 223 - color contains mainly: blue. Hex color #082DDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082DDF is #F7D220. Grayscale: #353535. Windows color (decimal): -16241185 or 14626056. OLE color: 14626056.

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

Color convert

RGB 8 45 223 -
CMYK 0.96 0.80 0 0.13
HSL 229.67º 0.93% 0.45% -
HSV(B) 229.67º 0.96% 0.87% -
XYZ 14.36 7.26 70.46 -
YUV 54.23 223.24 95.03 -
System Red Green Blue C M Y K H S L
Decimal 8 45 223 0.96 0.80 0 0.13 229.67 0.93 0.45
Hex 8 2D DF 60 50 0 D E6 5D 2D
Octal 10 55 337 140 120 0 15 346 135 55
Binary 1000 101101 11011111 1100000 1010000 0 1101 11100110 1011101 101101

Color Harmonies of #082DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082DDF

Black with #082DDF

Text Example


Text Example

White with #082DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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