#083DDE

Color #083DDE Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #083DDE

Tints of Persian Blue #083DDE

Color information

#083DDE (or 0x083DDE) is unknown color: approx Persian Blue. HEX triplet: 08, 3D and DE. RGB value is (8,61,222). Sum of RGB (Red+Green+Blue) = 8+61+222=291 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.75% from 291); Green value is 61 (24.22% from 255 or 20.96% from 291); Blue value is 222 (87.11% from 255 or 76.29% from 291); Max value from RGB is 222 - color contains mainly: blue. Hex color #083DDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083DDE is #F7C221. Grayscale: #3E3E3E. Windows color (decimal): -16237090 or 14564616. OLE color: 14564616.

HSL color Cylindrical-coordinate representation of color #083DDE: hue angle of 225.14º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #083DDE is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB861222-
CMYK0.960.7300.13
HSL225.14º93.04%45.1%-
HSV(B)225.14º96.4%87.06%-
XYZ14.958.6669.99-
YUV63.51217.4488.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.75%
GREEN value IS 61 (24.22% from 255) = 20.96%
BLUE value IS 222 (87.11% from 255) = 76.29%
R=2.75%
G=20.96%
B=76.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal8612220.960.7300.13225.1493.0445.1
Hex83DDE60490De15d2d
Octal107533614011101534113555
Binary1000111101110111101100000100100101101111000011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #083DDE;
 }
 .AnyTagClassName
 {
   color: #083DDE;
 }
</style>
background-color css

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

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

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

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

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

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