Html Css Color HEX #092EDF Persian Blue

📋 copy color: '#092EDF'

red 9 ◦ green 46 ◦ blue 223

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

Shades of Persian Blue #092EDF

Tints of Persian Blue #092EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 80.22%

R = 3.24%
G = 16.55%
B = 80.22%

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

#092EDF (or 0x092EDF) is known color: Persian Blue. HEX triplet: 09, 2E and DF. RGB value is (9,46,223). Sum of RGB (Red+Green+Blue) = 9+46+223=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 46 (18.36% from 255 or 16.55% from 278); Blue value is 223 (87.5% from 255 or 80.22% from 278); Max value from RGB is 223 - color contains mainly: blue. Hex color #092EDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092EDF is #F6D120. Grayscale: #363636. Windows color (decimal): -16175393 or 14626313. OLE color: 14626313.

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

Color convert

RGB 9 46 223 -
CMYK 0.96 0.79 0 0.13
HSL 229.63º 0.92% 0.45% -
HSV(B) 229.63º 0.96% 0.87% -
XYZ 14.41 7.34 70.47 -
YUV 55.12 222.74 95.11 -
System Red Green Blue C M Y K H S L
Decimal 9 46 223 0.96 0.79 0 0.13 229.63 0.92 0.45
Hex 9 2E DF 60 4F 0 D E6 5C 2D
Octal 11 56 337 140 117 0 15 346 134 55
Binary 1001 101110 11011111 1100000 1001111 0 1101 11100110 1011100 101101

Color Harmonies of #092EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092EDF

Black with #092EDF

Text Example


Text Example

White with #092EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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