Html Css Color HEX #083EDC Persian Blue

📋 copy color: '#083EDC'

red 8 ◦ green 62 ◦ blue 220

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

Shades of Persian Blue #083EDC

Tints of Persian Blue #083EDC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.38%

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

R = 2.76%
G = 21.38%
B = 75.86%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#083EDC (or 0x083EDC) is known color: Persian Blue. HEX triplet: 08, 3E and DC. RGB value is (8,62,220). Sum of RGB (Red+Green+Blue) = 8+62+220=290 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.76% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 220 (86.33% from 255 or 75.86% from 290); Max value from RGB is 220 - color contains mainly: blue. Hex color #083EDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083EDC is #F7C123. Grayscale: #3F3F3F. Windows color (decimal): -16236836 or 14433800. OLE color: 14433800.

HSL color Cylindrical-coordinate representation of color #083EDC: hue angle of 224.72º 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 #083EDC is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 62 220 -
CMYK 0.96 0.72 0 0.14
HSL 224.72º 0.93% 0.45% -
HSV(B) 224.72º 0.96% 0.86% -
XYZ 14.74 8.66 68.61 -
YUV 63.87 216.11 88.15 -
System Red Green Blue C M Y K H S L
Decimal 8 62 220 0.96 0.72 0 0.14 224.72 0.93 0.45
Hex 8 3E DC 60 48 0 E E1 5D 2D
Octal 10 76 334 140 110 0 16 341 135 55
Binary 1000 111110 11011100 1100000 1001000 0 1110 11100001 1011101 101101

Color Harmonies of #083EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083EDC

Black with #083EDC

Text Example


Text Example

White with #083EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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