Html Css Color HEX #092DE0 Persian Blue

📋 copy color: '#092DE0'

red 9 ◦ green 45 ◦ blue 224

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

Shades of Persian Blue #092DE0

Tints of Persian Blue #092DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 80.58%

R = 3.24%
G = 16.19%
B = 80.58%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#092DE0 (or 0x092DE0) is known color: Persian Blue. HEX triplet: 09, 2D and E0. RGB value is (9,45,224). Sum of RGB (Red+Green+Blue) = 9+45+224=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 45 (17.97% from 255 or 16.19% from 278); Blue value is 224 (87.89% from 255 or 80.58% from 278); Max value from RGB is 224 - color contains mainly: blue. Hex color #092DE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092DE0 is #F6D21F. Grayscale: #353535. Windows color (decimal): -16175648 or 14691593. OLE color: 14691593.

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

Color convert

RGB 9 45 224 -
CMYK 0.96 0.80 0 0.12
HSL 229.95º 0.92% 0.46% -
HSV(B) 229.95º 0.96% 0.88% -
XYZ 14.51 7.32 71.17 -
YUV 54.64 223.57 95.45 -
System Red Green Blue C M Y K H S L
Decimal 9 45 224 0.96 0.80 0 0.12 229.95 0.92 0.46
Hex 9 2D E0 60 50 0 C E6 5C 2E
Octal 11 55 340 140 120 0 14 346 134 56
Binary 1001 101101 11100000 1100000 1010000 0 1100 11100110 1011100 101110

Color Harmonies of #092DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092DE0

Black with #092DE0

Text Example


Text Example

White with #092DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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