Html Css Color HEX #093BDF Persian Blue

📋 copy color: '#093BDF'

red 9 ◦ green 59 ◦ blue 223

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

Shades of Persian Blue #093BDF

Tints of Persian Blue #093BDF

RGB

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

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

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

R = 3.09%
G = 20.27%
B = 76.63%

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

#093BDF (or 0x093BDF) is known color: Persian Blue. HEX triplet: 09, 3B and DF. RGB value is (9,59,223). Sum of RGB (Red+Green+Blue) = 9+59+223=291 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.09% from 291); Green value is 59 (23.44% from 255 or 20.27% from 291); Blue value is 223 (87.5% from 255 or 76.63% from 291); Max value from RGB is 223 - color contains mainly: blue. Hex color #093BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093BDF is #F6C420. Grayscale: #3E3E3E. Windows color (decimal): -16172065 or 14629641. OLE color: 14629641.

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

Color convert

RGB 9 59 223 -
CMYK 0.96 0.74 0 0.13
HSL 225.98º 0.92% 0.45% -
HSV(B) 225.98º 0.96% 0.87% -
XYZ 15 8.51 70.66 -
YUV 62.75 218.44 89.66 -
System Red Green Blue C M Y K H S L
Decimal 9 59 223 0.96 0.74 0 0.13 225.98 0.92 0.45
Hex 9 3B DF 60 4A 0 D E2 5C 2D
Octal 11 73 337 140 112 0 15 342 134 55
Binary 1001 111011 11011111 1100000 1001010 0 1101 11100010 1011100 101101

Color Harmonies of #093BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093BDF

Black with #093BDF

Text Example


Text Example

White with #093BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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