#0843DC

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

Shades of Persian Blue #0843DC

Tints of Persian Blue #0843DC

Color information

#0843DC (or 0x0843DC) is unknown color: approx Persian Blue. HEX triplet: 08, 43 and DC. RGB value is (8,67,220). Sum of RGB (Red+Green+Blue) = 8+67+220=295 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.71% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 220 (86.33% from 255 or 74.58% from 295); Max value from RGB is 220 - color contains mainly: blue. Hex color #0843DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0843DC is #F7BC23. Grayscale: #424242. Windows color (decimal): -16235556 or 14435080. OLE color: 14435080.

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

Color convert

RGB867220-
CMYK0.960.7000.14
HSL223.3º92.98%44.71%-
HSV(B)223.3º96.36%86.27%-
XYZ15.039.2368.7-
YUV66.8214.4586.06-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.71%
GREEN value IS 67 (26.56% from 255) = 22.71%
BLUE value IS 220 (86.33% from 255) = 74.58%
R=2.71%
G=22.71%
B=74.58%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal8672200.960.7000.14223.392.9844.71
Hex843DC60460Edf5d2d
Octal1010333414010601633713555
Binary10001000011110111001100000100011001110110111111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0843DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0843DC; }

 p { color: rgb(8,67,220); }

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

<style>
 a { background-color: #0843DC; }

 a { background-color: rgb(8,67,220); }

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

<style>
 span { border-color: #0843DC; }

 span { border-color: rgb(8,67,220); }

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