Html Css Color HEX #093EDD Persian Blue

📋 copy color: '#093EDD'

red 9 ◦ green 62 ◦ blue 221

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

Shades of Persian Blue #093EDD

Tints of Persian Blue #093EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 75.68%

R = 3.08%
G = 21.23%
B = 75.68%

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

#093EDD (or 0x093EDD) is known color: Persian Blue. HEX triplet: 09, 3E and DD. RGB value is (9,62,221). Sum of RGB (Red+Green+Blue) = 9+62+221=292 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.08% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 221 (86.72% from 255 or 75.68% from 292); Max value from RGB is 221 - color contains mainly: blue. Hex color #093EDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093EDD is #F6C122. Grayscale: #3F3F3F. Windows color (decimal): -16171299 or 14499337. OLE color: 14499337.

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

Color convert

RGB 9 62 221 -
CMYK 0.96 0.72 0 0.13
HSL 225º 0.92% 0.45% -
HSV(B) 225º 0.96% 0.87% -
XYZ 14.89 8.72 69.31 -
YUV 64.28 216.44 88.57 -
System Red Green Blue C M Y K H S L
Decimal 9 62 221 0.96 0.72 0 0.13 225 0.92 0.45
Hex 9 3E DD 60 48 0 D E1 5C 2D
Octal 11 76 335 140 110 0 15 341 134 55
Binary 1001 111110 11011101 1100000 1001000 0 1101 11100001 1011100 101101

Color Harmonies of #093EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093EDD

Black with #093EDD

Text Example


Text Example

White with #093EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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