Html Css Color HEX #083FDB Persian Blue

📋 copy color: '#083FDB'

red 8 ◦ green 63 ◦ blue 219

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

Shades of Persian Blue #083FDB

Tints of Persian Blue #083FDB

RGB

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

 GREEN value IS 63 (25% from 255) = 21.72%

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

R = 2.76%
G = 21.72%
B = 75.52%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#083FDB (or 0x083FDB) is known color: Persian Blue. HEX triplet: 08, 3F and DB. RGB value is (8,63,219). Sum of RGB (Red+Green+Blue) = 8+63+219=290 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.76% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 219 (85.94% from 255 or 75.52% from 290); Max value from RGB is 219 - color contains mainly: blue. Hex color #083FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083FDB is #F7C024. Grayscale: #3F3F3F. Windows color (decimal): -16236581 or 14368520. OLE color: 14368520.

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

Color convert

RGB 8 63 219 -
CMYK 0.96 0.71 0 0.14
HSL 224.36º 0.93% 0.45% -
HSV(B) 224.36º 0.96% 0.86% -
XYZ 14.66 8.72 67.93 -
YUV 64.34 215.28 87.82 -
System Red Green Blue C M Y K H S L
Decimal 8 63 219 0.96 0.71 0 0.14 224.36 0.93 0.45
Hex 8 3F DB 60 47 0 E E0 5D 2D
Octal 10 77 333 140 107 0 16 340 135 55
Binary 1000 111111 11011011 1100000 1000111 0 1110 11100000 1011101 101101

Color Harmonies of #083FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083FDB

Black with #083FDB

Text Example


Text Example

White with #083FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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