Html Css Color HEX #092CDD Persian Blue

📋 copy color: '#092CDD'

red 9 ◦ green 44 ◦ blue 221

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

Shades of Persian Blue #092CDD

Tints of Persian Blue #092CDD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.06%

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

R = 3.28%
G = 16.06%
B = 80.66%

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

#092CDD (or 0x092CDD) is known color: Persian Blue. HEX triplet: 09, 2C and DD. RGB value is (9,44,221). Sum of RGB (Red+Green+Blue) = 9+44+221=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 221 (86.72% from 255 or 80.66% from 274); Max value from RGB is 221 - color contains mainly: blue. Hex color #092CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092CDD is #F6D322. Grayscale: #343434. Windows color (decimal): -16175907 or 14494729. OLE color: 14494729.

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

Color convert

RGB 9 44 221 -
CMYK 0.96 0.80 0 0.13
HSL 230.09º 0.92% 0.45% -
HSV(B) 230.09º 0.96% 0.87% -
XYZ 14.06 7.08 69.03 -
YUV 53.71 222.4 96.11 -
System Red Green Blue C M Y K H S L
Decimal 9 44 221 0.96 0.80 0 0.13 230.09 0.92 0.45
Hex 9 2C DD 60 50 0 D E6 5C 2D
Octal 11 54 335 140 120 0 15 346 134 55
Binary 1001 101100 11011101 1100000 1010000 0 1101 11100110 1011100 101101

Color Harmonies of #092CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092CDD

Black with #092CDD

Text Example


Text Example

White with #092CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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