#083CE6

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

Shades of Persian Blue #083CE6

Tints of Persian Blue #083CE6

Color information

#083CE6 (or 0x083CE6) is unknown color: approx Persian Blue. HEX triplet: 08, 3C and E6. RGB value is (8,60,230). Sum of RGB (Red+Green+Blue) = 8+60+230=298 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 230 (90.23% from 255 or 77.18% from 298); Max value from RGB is 230 - color contains mainly: blue. Hex color #083CE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #083CE6 is #F7C319. Grayscale: #3F3F3F. Windows color (decimal): -16237338 or 15088648. OLE color: 15088648.

HSL color Cylindrical-coordinate representation of color #083CE6: hue angle of 225.95º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #083CE6 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB860230-
CMYK0.970.7400.10
HSL225.95º93.28%46.67%-
HSV(B)225.95º96.52%90.2%-
XYZ16975.76-
YUV63.83221.7788.18-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.68%
GREEN value IS 60 (23.83% from 255) = 20.13%
BLUE value IS 230 (90.23% from 255) = 77.18%
R=2.68%
G=20.13%
B=77.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal8602300.970.7400.10225.9593.2846.67
Hex83CE6614A0Ae25d2f
Octal107434614111201234213557
Binary1000111100111001101100001100101001010111000101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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