Html Css Color HEX #092EE7 Persian Blue

📋 copy color: '#092EE7'

red 9 ◦ green 46 ◦ blue 231

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

Shades of Persian Blue #092EE7

Tints of Persian Blue #092EE7

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.08%

 BLUE value IS 231 (90.63% from 255) = 80.77%

R = 3.15%
G = 16.08%
B = 80.77%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#092EE7 (or 0x092EE7) is known color: Persian Blue. HEX triplet: 09, 2E and E7. RGB value is (9,46,231). Sum of RGB (Red+Green+Blue) = 9+46+231=286 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.15% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 231 (90.62% from 255 or 80.77% from 286); Max value from RGB is 231 - color contains mainly: blue. Hex color #092EE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #092EE7 is #F6D118. Grayscale: #373737. Windows color (decimal): -16175385 or 15150601. OLE color: 15150601.

HSL color Cylindrical-coordinate representation of color #092EE7: hue angle of 230º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #092EE7 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 9 46 231 -
CMYK 0.96 0.80 0 0.09
HSL 230º 0.93% 0.47% -
HSV(B) 230º 0.96% 0.91% -
XYZ 15.51 7.78 76.29 -
YUV 56.03 226.74 94.46 -
System Red Green Blue C M Y K H S L
Decimal 9 46 231 0.96 0.80 0 0.09 230 0.93 0.47
Hex 9 2E E7 60 50 0 9 E6 5C 2F
Octal 11 56 347 140 120 0 11 346 134 57
Binary 1001 101110 11100111 1100000 1010000 0 1001 11100110 1011100 101111

Color Harmonies of #092EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092EE7

Black with #092EE7

Text Example


Text Example

White with #092EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092EE7; }

 p { color: rgb(9,46,231); }

 H1.HeaderClassName
 {
   color: #092EE7;
 }
 .AnyTagClassName
 {
   color: #092EE7;
 }
</style>

background-color css

<style>
 a { background-color: #092EE7; }

 a { background-color: rgb(9,46,231); }

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

border-color css

<style>
 span { border-color: #092EE7; }

 span { border-color: rgb(9,46,231); }

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