Html Css Color HEX #093ADE Persian Blue

📋 copy color: '#093ADE'

red 9 ◦ green 58 ◦ blue 222

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

Shades of Persian Blue #093ADE

Tints of Persian Blue #093ADE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.07%

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

R = 3.11%
G = 20.07%
B = 76.82%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#093ADE (or 0x093ADE) is known color: Persian Blue. HEX triplet: 09, 3A and DE. RGB value is (9,58,222). Sum of RGB (Red+Green+Blue) = 9+58+222=289 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.11% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 222 (87.11% from 255 or 76.82% from 289); Max value from RGB is 222 - color contains mainly: blue. Hex color #093ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093ADE is #F6C521. Grayscale: #3D3D3D. Windows color (decimal): -16172322 or 14563849. OLE color: 14563849.

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

Color convert

RGB 9 58 222 -
CMYK 0.96 0.74 0 0.13
HSL 226.2º 0.92% 0.45% -
HSV(B) 226.2º 0.96% 0.87% -
XYZ 14.81 8.36 69.94 -
YUV 62.05 218.27 90.16 -
System Red Green Blue C M Y K H S L
Decimal 9 58 222 0.96 0.74 0 0.13 226.2 0.92 0.45
Hex 9 3A DE 60 4A 0 D E2 5C 2D
Octal 11 72 336 140 112 0 15 342 134 55
Binary 1001 111010 11011110 1100000 1001010 0 1101 11100010 1011100 101101

Color Harmonies of #093ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093ADE

Black with #093ADE

Text Example


Text Example

White with #093ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093ADE; }

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

 H1.HeaderClassName
 {
   color: #093ADE;
 }
 .AnyTagClassName
 {
   color: #093ADE;
 }
</style>

background-color css

<style>
 a { background-color: #093ADE; }

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

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

border-color css

<style>
 span { border-color: #093ADE; }

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

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