Html Css Color HEX #093FE7 Persian Blue

📋 copy color: '#093FE7'

red 9 ◦ green 63 ◦ blue 231

#093FE7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #093FE7

Tints of Persian Blue #093FE7

RGB

 RED value IS 9 (3.91% from 255) = 2.97%

 GREEN value IS 63 (25% from 255) = 20.79%

 BLUE value IS 231 (90.63% from 255) = 76.24%

R = 2.97%
G = 20.79%
B = 76.24%

CMYK

 C value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#093FE7 (or 0x093FE7) is known color: Persian Blue. HEX triplet: 09, 3F and E7. RGB value is (9,63,231). Sum of RGB (Red+Green+Blue) = 9+63+231=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 231 (90.62% from 255 or 76.24% from 303); Max value from RGB is 231 - color contains mainly: blue. Hex color #093FE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093FE7 is #F6C018. Grayscale: #414141. Windows color (decimal): -16171033 or 15154953. OLE color: 15154953.

HSL color Cylindrical-coordinate representation of color #093FE7: hue angle of 225.41º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093FE7 is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 9 63 231 -
CMYK 0.96 0.73 0 0.09
HSL 225.41º 0.93% 0.47% -
HSV(B) 225.41º 0.96% 0.91% -
XYZ 16.31 9.38 76.55 -
YUV 66.01 221.11 87.34 -
System Red Green Blue C M Y K H S L
Decimal 9 63 231 0.96 0.73 0 0.09 225.41 0.93 0.47
Hex 9 3F E7 60 49 0 9 E1 5C 2F
Octal 11 77 347 140 111 0 11 341 134 57
Binary 1001 111111 11100111 1100000 1001001 0 1001 11100001 1011100 101111

Color Harmonies of #093FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093FE7

Black with #093FE7

Text Example


Text Example

White with #093FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,63,231); }

 H1.HeaderClassName
 {
   color: #093FE7;
 }
 .AnyTagClassName
 {
   color: #093FE7;
 }
</style>

background-color css

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

 a { background-color: rgb(9,63,231); }

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

border-color css

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

 span { border-color: rgb(9,63,231); }

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