Html Css Color HEX #093CDF Persian Blue

📋 copy color: '#093CDF'

red 9 ◦ green 60 ◦ blue 223

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

Shades of Persian Blue #093CDF

Tints of Persian Blue #093CDF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.55%

 BLUE value IS 223 (87.5% from 255) = 76.37%

R = 3.08%
G = 20.55%
B = 76.37%

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

#093CDF (or 0x093CDF) is known color: Persian Blue. HEX triplet: 09, 3C and DF. RGB value is (9,60,223). Sum of RGB (Red+Green+Blue) = 9+60+223=292 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.08% from 292); Green value is 60 (23.83% from 255 or 20.55% from 292); Blue value is 223 (87.5% from 255 or 76.37% from 292); Max value from RGB is 223 - color contains mainly: blue. Hex color #093CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093CDF is #F6C320. Grayscale: #3E3E3E. Windows color (decimal): -16171809 or 14629897. OLE color: 14629897.

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

Color convert

RGB 9 60 223 -
CMYK 0.96 0.73 0 0.13
HSL 225.7º 0.92% 0.45% -
HSV(B) 225.7º 0.96% 0.87% -
XYZ 15.05 8.62 70.68 -
YUV 63.33 218.1 89.25 -
System Red Green Blue C M Y K H S L
Decimal 9 60 223 0.96 0.73 0 0.13 225.7 0.92 0.45
Hex 9 3C DF 60 49 0 D E2 5C 2D
Octal 11 74 337 140 111 0 15 342 134 55
Binary 1001 111100 11011111 1100000 1001001 0 1101 11100010 1011100 101101

Color Harmonies of #093CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093CDF

Black with #093CDF

Text Example


Text Example

White with #093CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,60,223); }

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

background-color css

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

 a { background-color: rgb(9,60,223); }

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

border-color css

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

 span { border-color: rgb(9,60,223); }

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