Html Css Color HEX #093EE0 Persian Blue

📋 copy color: '#093EE0'

red 9 ◦ green 62 ◦ blue 224

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

Shades of Persian Blue #093EE0

Tints of Persian Blue #093EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 75.93%

R = 3.05%
G = 21.02%
B = 75.93%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#093EE0 (or 0x093EE0) is known color: Persian Blue. HEX triplet: 09, 3E and E0. RGB value is (9,62,224). Sum of RGB (Red+Green+Blue) = 9+62+224=295 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.05% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 224 (87.89% from 255 or 75.93% from 295); Max value from RGB is 224 - color contains mainly: blue. Hex color #093EE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093EE0 is #F6C11F. Grayscale: #3F3F3F. Windows color (decimal): -16171296 or 14695945. OLE color: 14695945.

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

Color convert

RGB 9 62 224 -
CMYK 0.96 0.72 0 0.12
HSL 225.21º 0.92% 0.46% -
HSV(B) 225.21º 0.96% 0.88% -
XYZ 15.29 8.89 71.43 -
YUV 64.62 217.94 88.33 -
System Red Green Blue C M Y K H S L
Decimal 9 62 224 0.96 0.72 0 0.12 225.21 0.92 0.46
Hex 9 3E E0 60 48 0 C E1 5C 2E
Octal 11 76 340 140 110 0 14 341 134 56
Binary 1001 111110 11100000 1100000 1001000 0 1100 11100001 1011100 101110

Color Harmonies of #093EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093EE0

Black with #093EE0

Text Example


Text Example

White with #093EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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