Html Css Color HEX #082ECC Persian Blue

📋 copy color: '#082ECC'

red 8 ◦ green 46 ◦ blue 204

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

Shades of Persian Blue #082ECC

Tints of Persian Blue #082ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 79.07%

R = 3.1%
G = 17.83%
B = 79.07%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#082ECC (or 0x082ECC) is known color: Persian Blue. HEX triplet: 08, 2E and CC. RGB value is (8,46,204). Sum of RGB (Red+Green+Blue) = 8+46+204=258 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.10% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 204 (80.08% from 255 or 79.07% from 258); Max value from RGB is 204 - color contains mainly: blue. Hex color #082ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082ECC is #F7D133. Grayscale: #333333. Windows color (decimal): -16240948 or 13381128. OLE color: 13381128.

HSL color Cylindrical-coordinate representation of color #082ECC: hue angle of 228.37º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082ECC is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 8 46 204 -
CMYK 0.96 0.77 0 0.2
HSL 228.37º 0.92% 0.42% -
HSV(B) 228.37º 0.96% 0.8% -
XYZ 11.98 6.37 57.72 -
YUV 52.65 213.41 96.15 -
System Red Green Blue C M Y K H S L
Decimal 8 46 204 0.96 0.77 0 0.2 228.37 0.92 0.42
Hex 8 2E CC 60 4D 0 14 E4 5C 2A
Octal 10 56 314 140 115 0 24 344 134 52
Binary 1000 101110 11001100 1100000 1001101 0 10100 11100100 1011100 101010

Color Harmonies of #082ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082ECC

Black with #082ECC

Text Example


Text Example

White with #082ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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