Html Css Color HEX #092DD6 Persian Blue

📋 copy color: '#092DD6'

red 9 ◦ green 45 ◦ blue 214

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

Shades of Persian Blue #092DD6

Tints of Persian Blue #092DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 79.85%

R = 3.36%
G = 16.79%
B = 79.85%

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

#092DD6 (or 0x092DD6) is known color: Persian Blue. HEX triplet: 09, 2D and D6. RGB value is (9,45,214). Sum of RGB (Red+Green+Blue) = 9+45+214=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 214 (83.98% from 255 or 79.85% from 268); Max value from RGB is 214 - color contains mainly: blue. Hex color #092DD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092DD6 is #F6D229. Grayscale: #343434. Windows color (decimal): -16175658 or 14036233. OLE color: 14036233.

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

Color convert

RGB 9 45 214 -
CMYK 0.96 0.79 0 0.16
HSL 229.46º 0.92% 0.44% -
HSV(B) 229.46º 0.96% 0.84% -
XYZ 13.19 6.79 64.23 -
YUV 53.5 218.57 96.26 -
System Red Green Blue C M Y K H S L
Decimal 9 45 214 0.96 0.79 0 0.16 229.46 0.92 0.44
Hex 9 2D D6 60 4F 0 10 E5 5C 2C
Octal 11 55 326 140 117 0 20 345 134 54
Binary 1001 101101 11010110 1100000 1001111 0 10000 11100101 1011100 101100

Color Harmonies of #092DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092DD6

Black with #092DD6

Text Example


Text Example

White with #092DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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