Html Css Color HEX #092ED8 Persian Blue

📋 copy color: '#092ED8'

red 9 ◦ green 46 ◦ blue 216

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

Shades of Persian Blue #092ED8

Tints of Persian Blue #092ED8

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.97%

 BLUE value IS 216 (84.77% from 255) = 79.7%

R = 3.32%
G = 16.97%
B = 79.7%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#092ED8 (or 0x092ED8) is known color: Persian Blue. HEX triplet: 09, 2E and D8. RGB value is (9,46,216). Sum of RGB (Red+Green+Blue) = 9+46+216=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 216 (84.77% from 255 or 79.70% from 271); Max value from RGB is 216 - color contains mainly: blue. Hex color #092ED8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092ED8 is #F6D127. Grayscale: #353535. Windows color (decimal): -16175400 or 14167561. OLE color: 14167561.

HSL color Cylindrical-coordinate representation of color #092ED8: hue angle of 229.28º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #092ED8 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 9 46 216 -
CMYK 0.96 0.79 0 0.15
HSL 229.28º 0.92% 0.44% -
HSV(B) 229.28º 0.96% 0.85% -
XYZ 13.48 6.97 65.6 -
YUV 54.32 219.24 95.68 -
System Red Green Blue C M Y K H S L
Decimal 9 46 216 0.96 0.79 0 0.15 229.28 0.92 0.44
Hex 9 2E D8 60 4F 0 F E5 5C 2C
Octal 11 56 330 140 117 0 17 345 134 54
Binary 1001 101110 11011000 1100000 1001111 0 1111 11100101 1011100 101100

Color Harmonies of #092ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092ED8

Black with #092ED8

Text Example


Text Example

White with #092ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,46,216); }

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

background-color css

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

 a { background-color: rgb(9,46,216); }

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

border-color css

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

 span { border-color: rgb(9,46,216); }

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