Html Css Color HEX #093ADD Persian Blue

📋 copy color: '#093ADD'

red 9 ◦ green 58 ◦ blue 221

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

Shades of Persian Blue #093ADD

Tints of Persian Blue #093ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 76.74%

R = 3.13%
G = 20.14%
B = 76.74%

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

#093ADD (or 0x093ADD) is known color: Persian Blue. HEX triplet: 09, 3A and DD. RGB value is (9,58,221). Sum of RGB (Red+Green+Blue) = 9+58+221=288 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.12% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 221 (86.72% from 255 or 76.74% from 288); Max value from RGB is 221 - color contains mainly: blue. Hex color #093ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093ADD is #F6C522. Grayscale: #3D3D3D. Windows color (decimal): -16172323 or 14498313. OLE color: 14498313.

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

Color convert

RGB 9 58 221 -
CMYK 0.96 0.74 0 0.13
HSL 226.13º 0.92% 0.45% -
HSV(B) 226.13º 0.96% 0.87% -
XYZ 14.68 8.3 69.24 -
YUV 61.93 217.77 90.25 -
System Red Green Blue C M Y K H S L
Decimal 9 58 221 0.96 0.74 0 0.13 226.13 0.92 0.45
Hex 9 3A DD 60 4A 0 D E2 5C 2D
Octal 11 72 335 140 112 0 15 342 134 55
Binary 1001 111010 11011101 1100000 1001010 0 1101 11100010 1011100 101101

Color Harmonies of #093ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093ADD

Black with #093ADD

Text Example


Text Example

White with #093ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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