Html Css Color HEX #093FDC Persian Blue

📋 copy color: '#093FDC'

red 9 ◦ green 63 ◦ blue 220

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

Shades of Persian Blue #093FDC

Tints of Persian Blue #093FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 75.34%

R = 3.08%
G = 21.58%
B = 75.34%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#093FDC (or 0x093FDC) is known color: Persian Blue. HEX triplet: 09, 3F and DC. RGB value is (9,63,220). Sum of RGB (Red+Green+Blue) = 9+63+220=292 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.08% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 220 (86.33% from 255 or 75.34% from 292); Max value from RGB is 220 - color contains mainly: blue. Hex color #093FDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093FDC is #F6C023. Grayscale: #404040. Windows color (decimal): -16171044 or 14434057. OLE color: 14434057.

HSL color Cylindrical-coordinate representation of color #093FDC: hue angle of 224.64º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093FDC is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 63 220 -
CMYK 0.96 0.71 0 0.14
HSL 224.64º 0.92% 0.45% -
HSV(B) 224.64º 0.96% 0.86% -
XYZ 14.81 8.78 68.62 -
YUV 64.75 215.61 88.23 -
System Red Green Blue C M Y K H S L
Decimal 9 63 220 0.96 0.71 0 0.14 224.64 0.92 0.45
Hex 9 3F DC 60 47 0 E E1 5C 2D
Octal 11 77 334 140 107 0 16 341 134 55
Binary 1001 111111 11011100 1100000 1000111 0 1110 11100001 1011100 101101

Color Harmonies of #093FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093FDC

Black with #093FDC

Text Example


Text Example

White with #093FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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