#023FD6

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

Shades of Persian Blue #023FD6

Tints of Persian Blue #023FD6

Color information

#023FD6 (or 0x023FD6) is unknown color: approx Persian Blue. HEX triplet: 02, 3F and D6. RGB value is (2,63,214). Sum of RGB (Red+Green+Blue) = 2+63+214=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 214 (83.98% from 255 or 76.70% from 279); Max value from RGB is 214 - color contains mainly: blue. Hex color #023FD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023FD6 is #FDC029. Grayscale: #3D3D3D. Windows color (decimal): -16629802 or 14040834. OLE color: 14040834.

HSL color Cylindrical-coordinate representation of color #023FD6: hue angle of 222.74º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023FD6 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB263214-
CMYK0.990.7100.16
HSL222.74º98.15%42.35%-
HSV(B)222.74º99.07%83.92%-
XYZ13.948.4264.51-
YUV61.97213.7985.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 63 (25% from 255) = 22.58%
BLUE value IS 214 (83.98% from 255) = 76.70%
R=0.72%
G=22.58%
B=76.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2632140.990.7100.16222.7498.1542.35
Hex23FD66347010df622a
Octal27732614310702033714252
Binary101111111101011011000111000111010000110111111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,63,214); }

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

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

 a { background-color: rgb(2,63,214); }

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

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

 span { border-color: rgb(2,63,214); }

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