Html Css Color HEX #092DE8 Persian Blue

📋 copy color: '#092DE8'

red 9 ◦ green 45 ◦ blue 232

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

Shades of Persian Blue #092DE8

Tints of Persian Blue #092DE8

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.73%

 BLUE value IS 232 (91.02% from 255) = 81.12%

R = 3.15%
G = 15.73%
B = 81.12%

CMYK

 C value IS 0.96

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#092DE8 (or 0x092DE8) is known color: Persian Blue. HEX triplet: 09, 2D and E8. RGB value is (9,45,232). Sum of RGB (Red+Green+Blue) = 9+45+232=286 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.15% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 232 (91.02% from 255 or 81.12% from 286); Max value from RGB is 232 - color contains mainly: blue. Hex color #092DE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #092DE8 is #F6D217. Grayscale: #363636. Windows color (decimal): -16175640 or 15215881. OLE color: 15215881.

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

Color convert

RGB 9 45 232 -
CMYK 0.96 0.81 0 0.09
HSL 230.31º 0.93% 0.47% -
HSV(B) 230.31º 0.96% 0.91% -
XYZ 15.62 7.76 77.02 -
YUV 55.55 227.57 94.79 -
System Red Green Blue C M Y K H S L
Decimal 9 45 232 0.96 0.81 0 0.09 230.31 0.93 0.47
Hex 9 2D E8 60 51 0 9 E6 5D 2F
Octal 11 55 350 140 121 0 11 346 135 57
Binary 1001 101101 11101000 1100000 1010001 0 1001 11100110 1011101 101111

Color Harmonies of #092DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092DE8

Black with #092DE8

Text Example


Text Example

White with #092DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,45,232); }

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

background-color css

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

 a { background-color: rgb(9,45,232); }

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

border-color css

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

 span { border-color: rgb(9,45,232); }

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