Html Css Color HEX #092DDE Persian Blue

📋 copy color: '#092DDE'

red 9 ◦ green 45 ◦ blue 222

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

Shades of Persian Blue #092DDE

Tints of Persian Blue #092DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 80.43%

R = 3.26%
G = 16.3%
B = 80.43%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#092DDE (or 0x092DDE) is known color: Persian Blue. HEX triplet: 09, 2D and DE. RGB value is (9,45,222). Sum of RGB (Red+Green+Blue) = 9+45+222=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 45 (17.97% from 255 or 16.30% from 276); Blue value is 222 (87.11% from 255 or 80.43% from 276); Max value from RGB is 222 - color contains mainly: blue. Hex color #092DDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092DDE is #F6D221. Grayscale: #353535. Windows color (decimal): -16175650 or 14560521. OLE color: 14560521.

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

Color convert

RGB 9 45 222 -
CMYK 0.96 0.80 0 0.13
HSL 229.86º 0.92% 0.45% -
HSV(B) 229.86º 0.96% 0.87% -
XYZ 14.24 7.21 69.75 -
YUV 54.41 222.57 95.61 -
System Red Green Blue C M Y K H S L
Decimal 9 45 222 0.96 0.80 0 0.13 229.86 0.92 0.45
Hex 9 2D DE 60 50 0 D E6 5C 2D
Octal 11 55 336 140 120 0 15 346 134 55
Binary 1001 101101 11011110 1100000 1010000 0 1101 11100110 1011100 101101

Color Harmonies of #092DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092DDE

Black with #092DDE

Text Example


Text Example

White with #092DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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