#093CF2

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

Shades of Persian Blue #093CF2

Tints of Persian Blue #093CF2

Color information

#093CF2 (or 0x093CF2) is unknown color: approx Persian Blue. HEX triplet: 09, 3C and F2. RGB value is (9,60,242). Sum of RGB (Red+Green+Blue) = 9+60+242=311 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.89% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 242 (94.92% from 255 or 77.81% from 311); Max value from RGB is 242 - color contains mainly: blue. Hex color #093CF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093CF2 is #F6C30D. Grayscale: #404040. Windows color (decimal): -16171790 or 15875081. OLE color: 15875081.

HSL color Cylindrical-coordinate representation of color #093CF2: hue angle of 226.87º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093CF2 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB960242-
CMYK0.960.7500.05
HSL226.87º92.83%49.22%-
HSV(B)226.87º96.28%94.9%-
XYZ17.769.784.94-
YUV65.5227.687.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.89%
GREEN value IS 60 (23.83% from 255) = 19.29%
BLUE value IS 242 (94.92% from 255) = 77.81%
R=2.89%
G=19.29%
B=77.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal9602420.960.7500.05226.8792.8349.22
Hex93CF2604B05e35d31
Octal11743621401130534313561
Binary100111110011110010110000010010110101111000111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093CF2; }

 p { color: rgb(9,60,242); }

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

<style>
 a { background-color: #093CF2; }

 a { background-color: rgb(9,60,242); }

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

<style>
 span { border-color: #093CF2; }

 span { border-color: rgb(9,60,242); }

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