Html Css Color HEX #092DDF Persian Blue

📋 copy color: '#092DDF'

red 9 ◦ green 45 ◦ blue 223

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

Shades of Persian Blue #092DDF

Tints of Persian Blue #092DDF

RGB

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

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

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

R = 3.25%
G = 16.25%
B = 80.51%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#092DDF (or 0x092DDF) is known color: Persian Blue. HEX triplet: 09, 2D and DF. RGB value is (9,45,223). Sum of RGB (Red+Green+Blue) = 9+45+223=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 45 (17.97% from 255 or 16.25% from 277); Blue value is 223 (87.5% from 255 or 80.51% from 277); Max value from RGB is 223 - color contains mainly: blue. Hex color #092DDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092DDF is #F6D220. Grayscale: #353535. Windows color (decimal): -16175649 or 14626057. OLE color: 14626057.

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

Color convert

RGB 9 45 223 -
CMYK 0.96 0.80 0 0.13
HSL 229.91º 0.92% 0.45% -
HSV(B) 229.91º 0.96% 0.87% -
XYZ 14.37 7.26 70.46 -
YUV 54.53 223.07 95.53 -
System Red Green Blue C M Y K H S L
Decimal 9 45 223 0.96 0.80 0 0.13 229.91 0.92 0.45
Hex 9 2D DF 60 50 0 D E6 5C 2D
Octal 11 55 337 140 120 0 15 346 134 55
Binary 1001 101101 11011111 1100000 1010000 0 1101 11100110 1011100 101101

Color Harmonies of #092DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092DDF

Black with #092DDF

Text Example


Text Example

White with #092DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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