Html Css Color HEX #093EDE Persian Blue

📋 copy color: '#093EDE'

red 9 ◦ green 62 ◦ blue 222

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

Shades of Persian Blue #093EDE

Tints of Persian Blue #093EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 75.77%

R = 3.07%
G = 21.16%
B = 75.77%

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

#093EDE (or 0x093EDE) is known color: Persian Blue. HEX triplet: 09, 3E and DE. RGB value is (9,62,222). Sum of RGB (Red+Green+Blue) = 9+62+222=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 62 (24.61% from 255 or 21.16% from 293); Blue value is 222 (87.11% from 255 or 75.77% from 293); Max value from RGB is 222 - color contains mainly: blue. Hex color #093EDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093EDE is #F6C121. Grayscale: #3F3F3F. Windows color (decimal): -16171298 or 14564873. OLE color: 14564873.

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

Color convert

RGB 9 62 222 -
CMYK 0.96 0.72 0 0.13
HSL 225.07º 0.92% 0.45% -
HSV(B) 225.07º 0.96% 0.87% -
XYZ 15.02 8.78 70.01 -
YUV 64.39 216.94 88.49 -
System Red Green Blue C M Y K H S L
Decimal 9 62 222 0.96 0.72 0 0.13 225.07 0.92 0.45
Hex 9 3E DE 60 48 0 D E1 5C 2D
Octal 11 76 336 140 110 0 15 341 134 55
Binary 1001 111110 11011110 1100000 1001000 0 1101 11100001 1011100 101101

Color Harmonies of #093EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093EDE

Black with #093EDE

Text Example


Text Example

White with #093EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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