Html Css Color HEX #092DE4 Persian Blue

📋 copy color: '#092DE4'

red 9 ◦ green 45 ◦ blue 228

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

Shades of Persian Blue #092DE4

Tints of Persian Blue #092DE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 80.85%

R = 3.19%
G = 15.96%
B = 80.85%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#092DE4 (or 0x092DE4) is known color: Persian Blue. HEX triplet: 09, 2D and E4. RGB value is (9,45,228). Sum of RGB (Red+Green+Blue) = 9+45+228=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 228 (89.45% from 255 or 80.85% from 282); Max value from RGB is 228 - color contains mainly: blue. Hex color #092DE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092DE4 is #F6D21B. Grayscale: #363636. Windows color (decimal): -16175644 or 14953737. OLE color: 14953737.

HSL color Cylindrical-coordinate representation of color #092DE4: hue angle of 230.14º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #092DE4 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 9 45 228 -
CMYK 0.96 0.80 0 0.11
HSL 230.14º 0.92% 0.46% -
HSV(B) 230.14º 0.96% 0.89% -
XYZ 15.05 7.54 74.06 -
YUV 55.1 225.57 95.12 -
System Red Green Blue C M Y K H S L
Decimal 9 45 228 0.96 0.80 0 0.11 230.14 0.92 0.46
Hex 9 2D E4 60 50 0 B E6 5C 2E
Octal 11 55 344 140 120 0 13 346 134 56
Binary 1001 101101 11100100 1100000 1010000 0 1011 11100110 1011100 101110

Color Harmonies of #092DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092DE4

Black with #092DE4

Text Example


Text Example

White with #092DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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