Html Css Color HEX #092DDC Persian Blue

📋 copy color: '#092DDC'

red 9 ◦ green 45 ◦ blue 220

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

Shades of Persian Blue #092DDC

Tints of Persian Blue #092DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 80.29%

R = 3.28%
G = 16.42%
B = 80.29%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#092DDC (or 0x092DDC) is known color: Persian Blue. HEX triplet: 09, 2D and DC. RGB value is (9,45,220). Sum of RGB (Red+Green+Blue) = 9+45+220=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 220 (86.33% from 255 or 80.29% from 274); Max value from RGB is 220 - color contains mainly: blue. Hex color #092DDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092DDC is #F6D223. Grayscale: #353535. Windows color (decimal): -16175652 or 14429449. OLE color: 14429449.

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

Color convert

RGB 9 45 220 -
CMYK 0.96 0.80 0 0.14
HSL 229.76º 0.92% 0.45% -
HSV(B) 229.76º 0.96% 0.86% -
XYZ 13.97 7.1 68.34 -
YUV 54.19 221.57 95.77 -
System Red Green Blue C M Y K H S L
Decimal 9 45 220 0.96 0.80 0 0.14 229.76 0.92 0.45
Hex 9 2D DC 60 50 0 E E6 5C 2D
Octal 11 55 334 140 120 0 16 346 134 55
Binary 1001 101101 11011100 1100000 1010000 0 1110 11100110 1011100 101101

Color Harmonies of #092DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092DDC

Black with #092DDC

Text Example


Text Example

White with #092DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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