Html Css Color HEX #0930DF Persian Blue

📋 copy color: '#0930DF'

red 9 ◦ green 48 ◦ blue 223

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

Shades of Persian Blue #0930DF

Tints of Persian Blue #0930DF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.14%

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

R = 3.21%
G = 17.14%
B = 79.64%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0930DF (or 0x0930DF) is known color: Persian Blue. HEX triplet: 09, 30 and DF. RGB value is (9,48,223). Sum of RGB (Red+Green+Blue) = 9+48+223=280 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.21% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 223 (87.5% from 255 or 79.64% from 280); Max value from RGB is 223 - color contains mainly: blue. Hex color #0930DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0930DF is #F6CF20. Grayscale: #373737. Windows color (decimal): -16174881 or 14626825. OLE color: 14626825.

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

Color convert

RGB 9 48 223 -
CMYK 0.96 0.78 0 0.13
HSL 229.07º 0.92% 0.45% -
HSV(B) 229.07º 0.96% 0.87% -
XYZ 14.49 7.5 70.5 -
YUV 56.29 222.08 94.27 -
System Red Green Blue C M Y K H S L
Decimal 9 48 223 0.96 0.78 0 0.13 229.07 0.92 0.45
Hex 9 30 DF 60 4E 0 D E5 5C 2D
Octal 11 60 337 140 116 0 15 345 134 55
Binary 1001 110000 11011111 1100000 1001110 0 1101 11100101 1011100 101101

Color Harmonies of #0930DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0930DF

Black with #0930DF

Text Example


Text Example

White with #0930DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0930DF; }

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

 H1.HeaderClassName
 {
   color: #0930DF;
 }
 .AnyTagClassName
 {
   color: #0930DF;
 }
</style>

background-color css

<style>
 a { background-color: #0930DF; }

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

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

border-color css

<style>
 span { border-color: #0930DF; }

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

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