Html Css Color HEX #093EDF Persian Blue

📋 copy color: '#093EDF'

red 9 ◦ green 62 ◦ blue 223

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

Shades of Persian Blue #093EDF

Tints of Persian Blue #093EDF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.09%

 BLUE value IS 223 (87.5% from 255) = 75.85%

R = 3.06%
G = 21.09%
B = 75.85%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#093EDF (or 0x093EDF) is known color: Persian Blue. HEX triplet: 09, 3E and DF. RGB value is (9,62,223). Sum of RGB (Red+Green+Blue) = 9+62+223=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 223 (87.5% from 255 or 75.85% from 294); Max value from RGB is 223 - color contains mainly: blue. Hex color #093EDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093EDF is #F6C120. Grayscale: #3F3F3F. Windows color (decimal): -16171297 or 14630409. OLE color: 14630409.

HSL color Cylindrical-coordinate representation of color #093EDF: hue angle of 225.14º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093EDF is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 62 223 -
CMYK 0.96 0.72 0 0.13
HSL 225.14º 0.92% 0.45% -
HSV(B) 225.14º 0.96% 0.87% -
XYZ 15.15 8.83 70.72 -
YUV 64.51 217.44 88.41 -
System Red Green Blue C M Y K H S L
Decimal 9 62 223 0.96 0.72 0 0.13 225.14 0.92 0.45
Hex 9 3E DF 60 48 0 D E1 5C 2D
Octal 11 76 337 140 110 0 15 341 134 55
Binary 1001 111110 11011111 1100000 1001000 0 1101 11100001 1011100 101101

Color Harmonies of #093EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093EDF

Black with #093EDF

Text Example


Text Example

White with #093EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,62,223); }

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

background-color css

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

 a { background-color: rgb(9,62,223); }

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

border-color css

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

 span { border-color: rgb(9,62,223); }

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