Html Css Color HEX #092EDE Persian Blue

📋 copy color: '#092EDE'

red 9 ◦ green 46 ◦ blue 222

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

Shades of Persian Blue #092EDE

Tints of Persian Blue #092EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 80.14%

R = 3.25%
G = 16.61%
B = 80.14%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#092EDE (or 0x092EDE) is known color: Persian Blue. HEX triplet: 09, 2E and DE. RGB value is (9,46,222). Sum of RGB (Red+Green+Blue) = 9+46+222=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 222 (87.11% from 255 or 80.14% from 277); Max value from RGB is 222 - color contains mainly: blue. Hex color #092EDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092EDE is #F6D121. Grayscale: #363636. Windows color (decimal): -16175394 or 14560777. OLE color: 14560777.

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

Color convert

RGB 9 46 222 -
CMYK 0.96 0.79 0 0.13
HSL 229.58º 0.92% 0.45% -
HSV(B) 229.58º 0.96% 0.87% -
XYZ 14.27 7.29 69.76 -
YUV 55 222.24 95.19 -
System Red Green Blue C M Y K H S L
Decimal 9 46 222 0.96 0.79 0 0.13 229.58 0.92 0.45
Hex 9 2E DE 60 4F 0 D E6 5C 2D
Octal 11 56 336 140 117 0 15 346 134 55
Binary 1001 101110 11011110 1100000 1001111 0 1101 11100110 1011100 101101

Color Harmonies of #092EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092EDE

Black with #092EDE

Text Example


Text Example

White with #092EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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