Html Css Color HEX #083CDB Persian Blue

📋 copy color: '#083CDB'

red 8 ◦ green 60 ◦ blue 219

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

Shades of Persian Blue #083CDB

Tints of Persian Blue #083CDB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.91%

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

R = 2.79%
G = 20.91%
B = 76.31%

CMYK

 C value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#083CDB (or 0x083CDB) is known color: Persian Blue. HEX triplet: 08, 3C and DB. RGB value is (8,60,219). Sum of RGB (Red+Green+Blue) = 8+60+219=287 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.79% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 219 (85.94% from 255 or 76.31% from 287); Max value from RGB is 219 - color contains mainly: blue. Hex color #083CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083CDB is #F7C324. Grayscale: #3D3D3D. Windows color (decimal): -16237349 or 14367752. OLE color: 14367752.

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

Color convert

RGB 8 60 219 -
CMYK 0.96 0.73 0 0.14
HSL 225.21º 0.93% 0.45% -
HSV(B) 225.21º 0.96% 0.86% -
XYZ 14.5 8.4 67.87 -
YUV 62.58 216.27 89.07 -
System Red Green Blue C M Y K H S L
Decimal 8 60 219 0.96 0.73 0 0.14 225.21 0.93 0.45
Hex 8 3C DB 60 49 0 E E1 5D 2D
Octal 10 74 333 140 111 0 16 341 135 55
Binary 1000 111100 11011011 1100000 1001001 0 1110 11100001 1011101 101101

Color Harmonies of #083CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083CDB

Black with #083CDB

Text Example


Text Example

White with #083CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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