Html Css Color HEX #082ECE Persian Blue

📋 copy color: '#082ECE'

red 8 ◦ green 46 ◦ blue 206

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

Shades of Persian Blue #082ECE

Tints of Persian Blue #082ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 79.23%

R = 3.08%
G = 17.69%
B = 79.23%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#082ECE (or 0x082ECE) is known color: Persian Blue. HEX triplet: 08, 2E and CE. RGB value is (8,46,206). Sum of RGB (Red+Green+Blue) = 8+46+206=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 46 (18.36% from 255 or 17.69% from 260); Blue value is 206 (80.86% from 255 or 79.23% from 260); Max value from RGB is 206 - color contains mainly: blue. Hex color #082ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082ECE is #F7D131. Grayscale: #343434. Windows color (decimal): -16240946 or 13512200. OLE color: 13512200.

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

Color convert

RGB 8 46 206 -
CMYK 0.96 0.78 0 0.19
HSL 228.48º 0.93% 0.42% -
HSV(B) 228.48º 0.96% 0.81% -
XYZ 12.22 6.46 59 -
YUV 52.88 214.41 95.99 -
System Red Green Blue C M Y K H S L
Decimal 8 46 206 0.96 0.78 0 0.19 228.48 0.93 0.42
Hex 8 2E CE 60 4E 0 13 E4 5D 2A
Octal 10 56 316 140 116 0 23 344 135 52
Binary 1000 101110 11001110 1100000 1001110 0 10011 11100100 1011101 101010

Color Harmonies of #082ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082ECE

Black with #082ECE

Text Example


Text Example

White with #082ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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