#023DC9

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

Shades of Persian Blue #023DC9

Tints of Persian Blue #023DC9

Color information

#023DC9 (or 0x023DC9) is unknown color: approx Persian Blue. HEX triplet: 02, 3D and C9. RGB value is (2,61,201). Sum of RGB (Red+Green+Blue) = 2+61+201=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 61 (24.22% from 255 or 23.11% from 264); Blue value is 201 (78.91% from 255 or 76.14% from 264); Max value from RGB is 201 - color contains mainly: blue. Hex color #023DC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023DC9 is #FDC236. Grayscale: #3A3A3A. Windows color (decimal): -16630327 or 13188354. OLE color: 13188354.

HSL color Cylindrical-coordinate representation of color #023DC9: hue angle of 222.21º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023DC9 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB261201-
CMYK0.990.7000.21
HSL222.21º98.03%39.8%-
HSV(B)222.21º99%78.82%-
XYZ12.247.5756.07-
YUV59.32207.9587.12-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.76%
GREEN value IS 61 (24.22% from 255) = 23.11%
BLUE value IS 201 (78.91% from 255) = 76.14%
R=0.76%
G=23.11%
B=76.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2612010.990.7000.21222.2198.0339.8
Hex23DC96346015de6228
Octal27531114310602533614250
Binary101111011100100111000111000110010101110111101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023DC9; }

 p { color: rgb(2,61,201); }

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

<style>
 a { background-color: #023DC9; }

 a { background-color: rgb(2,61,201); }

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

<style>
 span { border-color: #023DC9; }

 span { border-color: rgb(2,61,201); }

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