#0824CD

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

Shades of Persian Blue #0824CD

Tints of Persian Blue #0824CD

Color information

#0824CD (or 0x0824CD) is unknown color: approx Persian Blue. HEX triplet: 08, 24 and CD. RGB value is (8,36,205). Sum of RGB (Red+Green+Blue) = 8+36+205=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 205 (80.47% from 255 or 82.33% from 249); Max value from RGB is 205 - color contains mainly: blue. Hex color #0824CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0824CD is #F7DB32. Grayscale: #2E2E2E. Windows color (decimal): -16243507 or 13444104. OLE color: 13444104.

HSL color Cylindrical-coordinate representation of color #0824CD: hue angle of 231.47º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0824CD is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB836205-
CMYK0.960.8200.20
HSL231.47º92.49%41.76%-
HSV(B)231.47º96.1%80.39%-
XYZ11.755.7258.24-
YUV46.89217.22100.26-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.21%
GREEN value IS 36 (14.45% from 255) = 14.46%
BLUE value IS 205 (80.47% from 255) = 82.33%
R=3.21%
G=14.46%
B=82.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal8362050.960.8200.20231.4792.4941.76
Hex824CD6052014e75c2a
Octal104431514012202434713452
Binary10001001001100110111000001010010010100111001111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0824CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0824CD; }

 p { color: rgb(8,36,205); }

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

<style>
 a { background-color: #0824CD; }

 a { background-color: rgb(8,36,205); }

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

<style>
 span { border-color: #0824CD; }

 span { border-color: rgb(8,36,205); }

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