Html Css Color HEX #093BDD Persian Blue

📋 copy color: '#093BDD'

red 9 ◦ green 59 ◦ blue 221

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

Shades of Persian Blue #093BDD

Tints of Persian Blue #093BDD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.42%

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

R = 3.11%
G = 20.42%
B = 76.47%

CMYK

 C value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#093BDD (or 0x093BDD) is known color: Persian Blue. HEX triplet: 09, 3B and DD. RGB value is (9,59,221). Sum of RGB (Red+Green+Blue) = 9+59+221=289 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.11% from 289); Green value is 59 (23.44% from 255 or 20.42% from 289); Blue value is 221 (86.72% from 255 or 76.47% from 289); Max value from RGB is 221 - color contains mainly: blue. Hex color #093BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093BDD is #F6C422. Grayscale: #3D3D3D. Windows color (decimal): -16172067 or 14498569. OLE color: 14498569.

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

Color convert

RGB 9 59 221 -
CMYK 0.96 0.73 0 0.13
HSL 225.85º 0.92% 0.45% -
HSV(B) 225.85º 0.96% 0.87% -
XYZ 14.73 8.41 69.25 -
YUV 62.52 217.44 89.83 -
System Red Green Blue C M Y K H S L
Decimal 9 59 221 0.96 0.73 0 0.13 225.85 0.92 0.45
Hex 9 3B DD 60 49 0 D E2 5C 2D
Octal 11 73 335 140 111 0 15 342 134 55
Binary 1001 111011 11011101 1100000 1001001 0 1101 11100010 1011100 101101

Color Harmonies of #093BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093BDD

Black with #093BDD

Text Example


Text Example

White with #093BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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