Html Css Color HEX #092CE8 Persian Blue

📋 copy color: '#092CE8'

red 9 ◦ green 44 ◦ blue 232

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

Shades of Persian Blue #092CE8

Tints of Persian Blue #092CE8

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.44%

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

R = 3.16%
G = 15.44%
B = 81.4%

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

#092CE8 (or 0x092CE8) is known color: Persian Blue. HEX triplet: 09, 2C and E8. RGB value is (9,44,232). Sum of RGB (Red+Green+Blue) = 9+44+232=285 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.16% from 285); Green value is 44 (17.58% from 255 or 15.44% from 285); Blue value is 232 (91.02% from 255 or 81.40% from 285); Max value from RGB is 232 - color contains mainly: blue. Hex color #092CE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #092CE8 is #F6D317. Grayscale: #363636. Windows color (decimal): -16175896 or 15215625. OLE color: 15215625.

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

Color convert

RGB 9 44 232 -
CMYK 0.96 0.81 0 0.09
HSL 230.58º 0.93% 0.47% -
HSV(B) 230.58º 0.96% 0.91% -
XYZ 15.58 7.69 77.01 -
YUV 54.97 227.9 95.21 -
System Red Green Blue C M Y K H S L
Decimal 9 44 232 0.96 0.81 0 0.09 230.58 0.93 0.47
Hex 9 2C E8 60 51 0 9 E7 5D 2F
Octal 11 54 350 140 121 0 11 347 135 57
Binary 1001 101100 11101000 1100000 1010001 0 1001 11100111 1011101 101111

Color Harmonies of #092CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092CE8

Black with #092CE8

Text Example


Text Example

White with #092CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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