Html Css Color HEX #093EF2 Persian Blue

📋 copy color: '#093EF2'

red 9 ◦ green 62 ◦ blue 242

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

Shades of Persian Blue #093EF2

Tints of Persian Blue #093EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 77.32%

R = 2.88%
G = 19.81%
B = 77.32%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#093EF2 (or 0x093EF2) is known color: Persian Blue. HEX triplet: 09, 3E and F2. RGB value is (9,62,242). Sum of RGB (Red+Green+Blue) = 9+62+242=313 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 242 (94.92% from 255 or 77.32% from 313); Max value from RGB is 242 - color contains mainly: blue. Hex color #093EF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093EF2 is #F6C10D. Grayscale: #414141. Windows color (decimal): -16171278 or 15875593. OLE color: 15875593.

HSL color Cylindrical-coordinate representation of color #093EF2: hue angle of 226.35º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093EF2 is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 9 62 242 -
CMYK 0.96 0.74 0 0.05
HSL 226.35º 0.93% 0.49% -
HSV(B) 226.35º 0.96% 0.95% -
XYZ 17.86 9.91 84.98 -
YUV 66.67 226.94 86.86 -
System Red Green Blue C M Y K H S L
Decimal 9 62 242 0.96 0.74 0 0.05 226.35 0.93 0.49
Hex 9 3E F2 60 4A 0 5 E2 5D 31
Octal 11 76 362 140 112 0 5 342 135 61
Binary 1001 111110 11110010 1100000 1001010 0 101 11100010 1011101 110001

Color Harmonies of #093EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093EF2

Black with #093EF2

Text Example


Text Example

White with #093EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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