Html Css Color HEX #082EDA Persian Blue

📋 copy color: '#082EDA'

red 8 ◦ green 46 ◦ blue 218

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

Shades of Persian Blue #082EDA

Tints of Persian Blue #082EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 80.15%

R = 2.94%
G = 16.91%
B = 80.15%

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

#082EDA (or 0x082EDA) is known color: Persian Blue. HEX triplet: 08, 2E and DA. RGB value is (8,46,218). Sum of RGB (Red+Green+Blue) = 8+46+218=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 218 (85.55% from 255 or 80.15% from 272); Max value from RGB is 218 - color contains mainly: blue. Hex color #082EDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082EDA is #F7D125. Grayscale: #353535. Windows color (decimal): -16240934 or 14298632. OLE color: 14298632.

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

Color convert

RGB 8 46 218 -
CMYK 0.96 0.79 0 0.15
HSL 229.14º 0.93% 0.44% -
HSV(B) 229.14º 0.96% 0.85% -
XYZ 13.73 7.07 66.97 -
YUV 54.25 220.41 95.01 -
System Red Green Blue C M Y K H S L
Decimal 8 46 218 0.96 0.79 0 0.15 229.14 0.93 0.44
Hex 8 2E DA 60 4F 0 F E5 5D 2C
Octal 10 56 332 140 117 0 17 345 135 54
Binary 1000 101110 11011010 1100000 1001111 0 1111 11100101 1011101 101100

Color Harmonies of #082EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082EDA

Black with #082EDA

Text Example


Text Example

White with #082EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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