Html Css Color HEX #083EDB Persian Blue

📋 copy color: '#083EDB'

red 8 ◦ green 62 ◦ blue 219

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

Shades of Persian Blue #083EDB

Tints of Persian Blue #083EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 75.78%

R = 2.77%
G = 21.45%
B = 75.78%

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

#083EDB (or 0x083EDB) is known color: Persian Blue. HEX triplet: 08, 3E and DB. RGB value is (8,62,219). Sum of RGB (Red+Green+Blue) = 8+62+219=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 62 (24.61% from 255 or 21.45% from 289); Blue value is 219 (85.94% from 255 or 75.78% from 289); Max value from RGB is 219 - color contains mainly: blue. Hex color #083EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083EDB is #F7C124. Grayscale: #3F3F3F. Windows color (decimal): -16236837 or 14368264. OLE color: 14368264.

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

Color convert

RGB 8 62 219 -
CMYK 0.96 0.72 0 0.14
HSL 224.64º 0.93% 0.45% -
HSV(B) 224.64º 0.96% 0.86% -
XYZ 14.61 8.61 67.91 -
YUV 63.75 215.61 88.23 -
System Red Green Blue C M Y K H S L
Decimal 8 62 219 0.96 0.72 0 0.14 224.64 0.93 0.45
Hex 8 3E DB 60 48 0 E E1 5D 2D
Octal 10 76 333 140 110 0 16 341 135 55
Binary 1000 111110 11011011 1100000 1001000 0 1110 11100001 1011101 101101

Color Harmonies of #083EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083EDB

Black with #083EDB

Text Example


Text Example

White with #083EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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