Html Css Color HEX #092DD5 Persian Blue

📋 copy color: '#092DD5'

red 9 ◦ green 45 ◦ blue 213

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

Shades of Persian Blue #092DD5

Tints of Persian Blue #092DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 79.78%

R = 3.37%
G = 16.85%
B = 79.78%

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

#092DD5 (or 0x092DD5) is known color: Persian Blue. HEX triplet: 09, 2D and D5. RGB value is (9,45,213). Sum of RGB (Red+Green+Blue) = 9+45+213=267 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.37% from 267); Green value is 45 (17.97% from 255 or 16.85% from 267); Blue value is 213 (83.59% from 255 or 79.78% from 267); Max value from RGB is 213 - color contains mainly: blue. Hex color #092DD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092DD5 is #F6D22A. Grayscale: #343434. Windows color (decimal): -16175659 or 13970697. OLE color: 13970697.

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

Color convert

RGB 9 45 213 -
CMYK 0.96 0.79 0 0.16
HSL 229.41º 0.92% 0.44% -
HSV(B) 229.41º 0.96% 0.84% -
XYZ 13.06 6.74 63.56 -
YUV 53.39 218.07 96.34 -
System Red Green Blue C M Y K H S L
Decimal 9 45 213 0.96 0.79 0 0.16 229.41 0.92 0.44
Hex 9 2D D5 60 4F 0 10 E5 5C 2C
Octal 11 55 325 140 117 0 20 345 134 54
Binary 1001 101101 11010101 1100000 1001111 0 10000 11100101 1011100 101100

Color Harmonies of #092DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092DD5

Black with #092DD5

Text Example


Text Example

White with #092DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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