Html Css Color HEX #092DD7 Persian Blue

📋 copy color: '#092DD7'

red 9 ◦ green 45 ◦ blue 215

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

Shades of Persian Blue #092DD7

Tints of Persian Blue #092DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 79.93%

R = 3.35%
G = 16.73%
B = 79.93%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#092DD7 (or 0x092DD7) is known color: Persian Blue. HEX triplet: 09, 2D and D7. RGB value is (9,45,215). Sum of RGB (Red+Green+Blue) = 9+45+215=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 215 (84.38% from 255 or 79.93% from 269); Max value from RGB is 215 - color contains mainly: blue. Hex color #092DD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092DD7 is #F6D228. Grayscale: #343434. Windows color (decimal): -16175657 or 14101769. OLE color: 14101769.

HSL color Cylindrical-coordinate representation of color #092DD7: hue angle of 229.51º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #092DD7 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 9 45 215 -
CMYK 0.96 0.79 0 0.16
HSL 229.51º 0.92% 0.44% -
HSV(B) 229.51º 0.96% 0.84% -
XYZ 13.32 6.84 64.91 -
YUV 53.62 219.07 96.18 -
System Red Green Blue C M Y K H S L
Decimal 9 45 215 0.96 0.79 0 0.16 229.51 0.92 0.44
Hex 9 2D D7 60 4F 0 10 E6 5C 2C
Octal 11 55 327 140 117 0 20 346 134 54
Binary 1001 101101 11010111 1100000 1001111 0 10000 11100110 1011100 101100

Color Harmonies of #092DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092DD7

Black with #092DD7

Text Example


Text Example

White with #092DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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