Html Css Color HEX #092FDE Persian Blue

📋 copy color: '#092FDE'

red 9 ◦ green 47 ◦ blue 222

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

Shades of Persian Blue #092FDE

Tints of Persian Blue #092FDE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.91%

 BLUE value IS 222 (87.11% from 255) = 79.86%

R = 3.24%
G = 16.91%
B = 79.86%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#092FDE (or 0x092FDE) is known color: Persian Blue. HEX triplet: 09, 2F and DE. RGB value is (9,47,222). Sum of RGB (Red+Green+Blue) = 9+47+222=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 222 (87.11% from 255 or 79.86% from 278); Max value from RGB is 222 - color contains mainly: blue. Hex color #092FDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092FDE is #F6D021. Grayscale: #363636. Windows color (decimal): -16175138 or 14561033. OLE color: 14561033.

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

Color convert

RGB 9 47 222 -
CMYK 0.96 0.79 0 0.13
HSL 229.3º 0.92% 0.45% -
HSV(B) 229.3º 0.96% 0.87% -
XYZ 14.31 7.37 69.77 -
YUV 55.59 221.91 94.77 -
System Red Green Blue C M Y K H S L
Decimal 9 47 222 0.96 0.79 0 0.13 229.3 0.92 0.45
Hex 9 2F DE 60 4F 0 D E5 5C 2D
Octal 11 57 336 140 117 0 15 345 134 55
Binary 1001 101111 11011110 1100000 1001111 0 1101 11100101 1011100 101101

Color Harmonies of #092FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092FDE

Black with #092FDE

Text Example


Text Example

White with #092FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,47,222); }

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

background-color css

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

 a { background-color: rgb(9,47,222); }

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

border-color css

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

 span { border-color: rgb(9,47,222); }

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