Html Css Color HEX #092DDD Persian Blue

📋 copy color: '#092DDD'

red 9 ◦ green 45 ◦ blue 221

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

Shades of Persian Blue #092DDD

Tints of Persian Blue #092DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 80.36%

R = 3.27%
G = 16.36%
B = 80.36%

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

#092DDD (or 0x092DDD) is known color: Persian Blue. HEX triplet: 09, 2D and DD. RGB value is (9,45,221). Sum of RGB (Red+Green+Blue) = 9+45+221=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 221 (86.72% from 255 or 80.36% from 275); Max value from RGB is 221 - color contains mainly: blue. Hex color #092DDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092DDD is #F6D222. Grayscale: #353535. Windows color (decimal): -16175651 or 14494985. OLE color: 14494985.

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

Color convert

RGB 9 45 221 -
CMYK 0.96 0.80 0 0.13
HSL 229.81º 0.92% 0.45% -
HSV(B) 229.81º 0.96% 0.87% -
XYZ 14.1 7.16 69.04 -
YUV 54.3 222.07 95.69 -
System Red Green Blue C M Y K H S L
Decimal 9 45 221 0.96 0.80 0 0.13 229.81 0.92 0.45
Hex 9 2D DD 60 50 0 D E6 5C 2D
Octal 11 55 335 140 120 0 15 346 134 55
Binary 1001 101101 11011101 1100000 1010000 0 1101 11100110 1011100 101101

Color Harmonies of #092DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092DDD

Black with #092DDD

Text Example


Text Example

White with #092DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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