Html Css Color HEX #092EE0 Persian Blue

📋 copy color: '#092EE0'

red 9 ◦ green 46 ◦ blue 224

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

Shades of Persian Blue #092EE0

Tints of Persian Blue #092EE0

RGB

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

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

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

R = 3.23%
G = 16.49%
B = 80.29%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#092EE0 (or 0x092EE0) is known color: Persian Blue. HEX triplet: 09, 2E and E0. RGB value is (9,46,224). Sum of RGB (Red+Green+Blue) = 9+46+224=279 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.23% from 279); Green value is 46 (18.36% from 255 or 16.49% from 279); Blue value is 224 (87.89% from 255 or 80.29% from 279); Max value from RGB is 224 - color contains mainly: blue. Hex color #092EE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092EE0 is #F6D11F. Grayscale: #363636. Windows color (decimal): -16175392 or 14691849. OLE color: 14691849.

HSL color Cylindrical-coordinate representation of color #092EE0: hue angle of 229.67º 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 #092EE0 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 9 46 224 -
CMYK 0.96 0.79 0 0.12
HSL 229.67º 0.92% 0.46% -
HSV(B) 229.67º 0.96% 0.88% -
XYZ 14.54 7.39 71.18 -
YUV 55.23 223.24 95.03 -
System Red Green Blue C M Y K H S L
Decimal 9 46 224 0.96 0.79 0 0.12 229.67 0.92 0.46
Hex 9 2E E0 60 4F 0 C E6 5C 2E
Octal 11 56 340 140 117 0 14 346 134 56
Binary 1001 101110 11100000 1100000 1001111 0 1100 11100110 1011100 101110

Color Harmonies of #092EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092EE0

Black with #092EE0

Text Example


Text Example

White with #092EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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