Html Css Color HEX #092CDE Persian Blue

📋 copy color: '#092CDE'

red 9 ◦ green 44 ◦ blue 222

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

Shades of Persian Blue #092CDE

Tints of Persian Blue #092CDE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16%

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

R = 3.27%
G = 16%
B = 80.73%

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

#092CDE (or 0x092CDE) is known color: Persian Blue. HEX triplet: 09, 2C and DE. RGB value is (9,44,222). Sum of RGB (Red+Green+Blue) = 9+44+222=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 222 (87.11% from 255 or 80.73% from 275); Max value from RGB is 222 - color contains mainly: blue. Hex color #092CDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092CDE is #F6D321. Grayscale: #353535. Windows color (decimal): -16175906 or 14560265. OLE color: 14560265.

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

Color convert

RGB 9 44 222 -
CMYK 0.96 0.80 0 0.13
HSL 230.14º 0.92% 0.45% -
HSV(B) 230.14º 0.96% 0.87% -
XYZ 14.2 7.13 69.74 -
YUV 53.83 222.9 96.03 -
System Red Green Blue C M Y K H S L
Decimal 9 44 222 0.96 0.80 0 0.13 230.14 0.92 0.45
Hex 9 2C DE 60 50 0 D E6 5C 2D
Octal 11 54 336 140 120 0 15 346 134 55
Binary 1001 101100 11011110 1100000 1010000 0 1101 11100110 1011100 101101

Color Harmonies of #092CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092CDE

Black with #092CDE

Text Example


Text Example

White with #092CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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