Html Css Color HEX #092FDC Persian Blue

📋 copy color: '#092FDC'

red 9 ◦ green 47 ◦ blue 220

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

Shades of Persian Blue #092FDC

Tints of Persian Blue #092FDC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.03%

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

R = 3.26%
G = 17.03%
B = 79.71%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#092FDC (or 0x092FDC) is known color: Persian Blue. HEX triplet: 09, 2F and DC. RGB value is (9,47,220). Sum of RGB (Red+Green+Blue) = 9+47+220=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 220 (86.33% from 255 or 79.71% from 276); Max value from RGB is 220 - color contains mainly: blue. Hex color #092FDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092FDC is #F6D023. Grayscale: #363636. Windows color (decimal): -16175140 or 14429961. OLE color: 14429961.

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

Color convert

RGB 9 47 220 -
CMYK 0.96 0.79 0 0.14
HSL 229.19º 0.92% 0.45% -
HSV(B) 229.19º 0.96% 0.86% -
XYZ 14.05 7.26 68.37 -
YUV 55.36 220.91 94.93 -
System Red Green Blue C M Y K H S L
Decimal 9 47 220 0.96 0.79 0 0.14 229.19 0.92 0.45
Hex 9 2F DC 60 4F 0 E E5 5C 2D
Octal 11 57 334 140 117 0 16 345 134 55
Binary 1001 101111 11011100 1100000 1001111 0 1110 11100101 1011100 101101

Color Harmonies of #092FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092FDC

Black with #092FDC

Text Example


Text Example

White with #092FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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