Html Css Color HEX #093FDD Persian Blue

📋 copy color: '#093FDD'

red 9 ◦ green 63 ◦ blue 221

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

Shades of Persian Blue #093FDD

Tints of Persian Blue #093FDD

RGB

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

 GREEN value IS 63 (25% from 255) = 21.5%

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

R = 3.07%
G = 21.5%
B = 75.43%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#093FDD (or 0x093FDD) is known color: Persian Blue. HEX triplet: 09, 3F and DD. RGB value is (9,63,221). Sum of RGB (Red+Green+Blue) = 9+63+221=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 221 (86.72% from 255 or 75.43% from 293); Max value from RGB is 221 - color contains mainly: blue. Hex color #093FDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093FDD is #F6C022. Grayscale: #404040. Windows color (decimal): -16171043 or 14499593. OLE color: 14499593.

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

Color convert

RGB 9 63 221 -
CMYK 0.96 0.71 0 0.13
HSL 224.72º 0.92% 0.45% -
HSV(B) 224.72º 0.96% 0.87% -
XYZ 14.94 8.83 69.32 -
YUV 64.87 216.11 88.15 -
System Red Green Blue C M Y K H S L
Decimal 9 63 221 0.96 0.71 0 0.13 224.72 0.92 0.45
Hex 9 3F DD 60 47 0 D E1 5C 2D
Octal 11 77 335 140 107 0 15 341 134 55
Binary 1001 111111 11011101 1100000 1000111 0 1101 11100001 1011100 101101

Color Harmonies of #093FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093FDD

Black with #093FDD

Text Example


Text Example

White with #093FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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