Html Css Color HEX #093DD7 Persian Blue

📋 copy color: '#093DD7'

red 9 ◦ green 61 ◦ blue 215

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

Shades of Persian Blue #093DD7

Tints of Persian Blue #093DD7

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.4%

 BLUE value IS 215 (84.38% from 255) = 75.44%

R = 3.16%
G = 21.4%
B = 75.44%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#093DD7 (or 0x093DD7) is known color: Persian Blue. HEX triplet: 09, 3D and D7. RGB value is (9,61,215). Sum of RGB (Red+Green+Blue) = 9+61+215=285 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.16% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 215 (84.38% from 255 or 75.44% from 285); Max value from RGB is 215 - color contains mainly: blue. Hex color #093DD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093DD7 is #F6C228. Grayscale: #3E3E3E. Windows color (decimal): -16171561 or 14105865. OLE color: 14105865.

HSL color Cylindrical-coordinate representation of color #093DD7: hue angle of 224.85º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093DD7 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 9 61 215 -
CMYK 0.96 0.72 0 0.16
HSL 224.85º 0.92% 0.44% -
HSV(B) 224.85º 0.96% 0.84% -
XYZ 14.05 8.3 65.15 -
YUV 63.01 213.77 89.48 -
System Red Green Blue C M Y K H S L
Decimal 9 61 215 0.96 0.72 0 0.16 224.85 0.92 0.44
Hex 9 3D D7 60 48 0 10 E1 5C 2C
Octal 11 75 327 140 110 0 20 341 134 54
Binary 1001 111101 11010111 1100000 1001000 0 10000 11100001 1011100 101100

Color Harmonies of #093DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093DD7

Black with #093DD7

Text Example


Text Example

White with #093DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,61,215); }

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

background-color css

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

 a { background-color: rgb(9,61,215); }

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

border-color css

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

 span { border-color: rgb(9,61,215); }

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