Html Css Color HEX #092DE3 Persian Blue

📋 copy color: '#092DE3'

red 9 ◦ green 45 ◦ blue 227

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

Shades of Persian Blue #092DE3

Tints of Persian Blue #092DE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 80.78%

R = 3.2%
G = 16.01%
B = 80.78%

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

#092DE3 (or 0x092DE3) is known color: Persian Blue. HEX triplet: 09, 2D and E3. RGB value is (9,45,227). Sum of RGB (Red+Green+Blue) = 9+45+227=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 227 (89.06% from 255 or 80.78% from 281); Max value from RGB is 227 - color contains mainly: blue. Hex color #092DE3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092DE3 is #F6D21C. Grayscale: #363636. Windows color (decimal): -16175645 or 14888201. OLE color: 14888201.

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

Color convert

RGB 9 45 227 -
CMYK 0.96 0.80 0 0.11
HSL 230.09º 0.92% 0.46% -
HSV(B) 230.09º 0.96% 0.89% -
XYZ 14.92 7.48 73.33 -
YUV 54.98 225.07 95.2 -
System Red Green Blue C M Y K H S L
Decimal 9 45 227 0.96 0.80 0 0.11 230.09 0.92 0.46
Hex 9 2D E3 60 50 0 B E6 5C 2E
Octal 11 55 343 140 120 0 13 346 134 56
Binary 1001 101101 11100011 1100000 1010000 0 1011 11100110 1011100 101110

Color Harmonies of #092DE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092DE3

Black with #092DE3

Text Example


Text Example

White with #092DE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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