Html Css Color HEX #082EDC Persian Blue

📋 copy color: '#082EDC'

red 8 ◦ green 46 ◦ blue 220

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

Shades of Persian Blue #082EDC

Tints of Persian Blue #082EDC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.79%

 BLUE value IS 220 (86.33% from 255) = 80.29%

R = 2.92%
G = 16.79%
B = 80.29%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#082EDC (or 0x082EDC) is known color: Persian Blue. HEX triplet: 08, 2E and DC. RGB value is (8,46,220). Sum of RGB (Red+Green+Blue) = 8+46+220=274 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.92% from 274); Green value is 46 (18.36% from 255 or 16.79% from 274); Blue value is 220 (86.33% from 255 or 80.29% from 274); Max value from RGB is 220 - color contains mainly: blue. Hex color #082EDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082EDC is #F7D123. Grayscale: #353535. Windows color (decimal): -16240932 or 14429704. OLE color: 14429704.

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

Color convert

RGB 8 46 220 -
CMYK 0.96 0.79 0 0.14
HSL 229.25º 0.93% 0.45% -
HSV(B) 229.25º 0.96% 0.86% -
XYZ 14 7.17 68.36 -
YUV 54.47 221.41 94.85 -
System Red Green Blue C M Y K H S L
Decimal 8 46 220 0.96 0.79 0 0.14 229.25 0.93 0.45
Hex 8 2E DC 60 4F 0 E E5 5D 2D
Octal 10 56 334 140 117 0 16 345 135 55
Binary 1000 101110 11011100 1100000 1001111 0 1110 11100101 1011101 101101

Color Harmonies of #082EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082EDC

Black with #082EDC

Text Example


Text Example

White with #082EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,46,220); }

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

background-color css

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

 a { background-color: rgb(8,46,220); }

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

border-color css

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

 span { border-color: rgb(8,46,220); }

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