#093DF2

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

Shades of Persian Blue #093DF2

Tints of Persian Blue #093DF2

Color information

#093DF2 (or 0x093DF2) is unknown color: approx Persian Blue. HEX triplet: 09, 3D and F2. RGB value is (9,61,242). Sum of RGB (Red+Green+Blue) = 9+61+242=312 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 242 (94.92% from 255 or 77.56% from 312); Max value from RGB is 242 - color contains mainly: blue. Hex color #093DF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093DF2 is #F6C20D. Grayscale: #414141. Windows color (decimal): -16171534 or 15875337. OLE color: 15875337.

HSL color Cylindrical-coordinate representation of color #093DF2: hue angle of 226.61º 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 #093DF2 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB961242-
CMYK0.960.7500.05
HSL226.61º92.83%49.22%-
HSV(B)226.61º96.28%94.9%-
XYZ17.819.8184.96-
YUV66.09227.2787.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.88%
GREEN value IS 61 (24.22% from 255) = 19.55%
BLUE value IS 242 (94.92% from 255) = 77.56%
R=2.88%
G=19.55%
B=77.56%

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
Decimal9612420.960.7500.05226.6192.8349.22
Hex93DF2604B05e35d31
Octal11753621401130534313561
Binary100111110111110010110000010010110101111000111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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