Html Css Color HEX #083DDB Persian Blue

📋 copy color: '#083DDB'

red 8 ◦ green 61 ◦ blue 219

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

Shades of Persian Blue #083DDB

Tints of Persian Blue #083DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.18%

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

R = 2.78%
G = 21.18%
B = 76.04%

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

#083DDB (or 0x083DDB) is known color: Persian Blue. HEX triplet: 08, 3D and DB. RGB value is (8,61,219). Sum of RGB (Red+Green+Blue) = 8+61+219=288 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.78% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 219 (85.94% from 255 or 76.04% from 288); Max value from RGB is 219 - color contains mainly: blue. Hex color #083DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083DDB is #F7C224. Grayscale: #3E3E3E. Windows color (decimal): -16237093 or 14368008. OLE color: 14368008.

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

Color convert

RGB 8 61 219 -
CMYK 0.96 0.72 0 0.14
HSL 224.93º 0.93% 0.45% -
HSV(B) 224.93º 0.96% 0.86% -
XYZ 14.56 8.5 67.89 -
YUV 63.17 215.94 88.65 -
System Red Green Blue C M Y K H S L
Decimal 8 61 219 0.96 0.72 0 0.14 224.93 0.93 0.45
Hex 8 3D DB 60 48 0 E E1 5D 2D
Octal 10 75 333 140 110 0 16 341 135 55
Binary 1000 111101 11011011 1100000 1001000 0 1110 11100001 1011101 101101

Color Harmonies of #083DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083DDB

Black with #083DDB

Text Example


Text Example

White with #083DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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