Html Css Color HEX #092FDD Persian Blue

📋 copy color: '#092FDD'

red 9 ◦ green 47 ◦ blue 221

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

Shades of Persian Blue #092FDD

Tints of Persian Blue #092FDD

RGB

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

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

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

R = 3.25%
G = 16.97%
B = 79.78%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#092FDD (or 0x092FDD) is known color: Persian Blue. HEX triplet: 09, 2F and DD. RGB value is (9,47,221). Sum of RGB (Red+Green+Blue) = 9+47+221=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 47 (18.75% from 255 or 16.97% from 277); Blue value is 221 (86.72% from 255 or 79.78% from 277); Max value from RGB is 221 - color contains mainly: blue. Hex color #092FDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092FDD is #F6D022. Grayscale: #363636. Windows color (decimal): -16175139 or 14495497. OLE color: 14495497.

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

Color convert

RGB 9 47 221 -
CMYK 0.96 0.79 0 0.13
HSL 229.25º 0.92% 0.45% -
HSV(B) 229.25º 0.96% 0.87% -
XYZ 14.18 7.31 69.07 -
YUV 55.47 221.41 94.85 -
System Red Green Blue C M Y K H S L
Decimal 9 47 221 0.96 0.79 0 0.13 229.25 0.92 0.45
Hex 9 2F DD 60 4F 0 D E5 5C 2D
Octal 11 57 335 140 117 0 15 345 134 55
Binary 1001 101111 11011101 1100000 1001111 0 1101 11100101 1011100 101101

Color Harmonies of #092FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092FDD

Black with #092FDD

Text Example


Text Example

White with #092FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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