Html Css Color HEX #0930DD Persian Blue

📋 copy color: '#0930DD'

red 9 ◦ green 48 ◦ blue 221

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

Shades of Persian Blue #0930DD

Tints of Persian Blue #0930DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 79.5%

R = 3.24%
G = 17.27%
B = 79.5%

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

#0930DD (or 0x0930DD) is known color: Persian Blue. HEX triplet: 09, 30 and DD. RGB value is (9,48,221). Sum of RGB (Red+Green+Blue) = 9+48+221=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 221 (86.72% from 255 or 79.50% from 278); Max value from RGB is 221 - color contains mainly: blue. Hex color #0930DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0930DD is #F6CF22. Grayscale: #373737. Windows color (decimal): -16174883 or 14495753. OLE color: 14495753.

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

Color convert

RGB 9 48 221 -
CMYK 0.96 0.78 0 0.13
HSL 228.96º 0.92% 0.45% -
HSV(B) 228.96º 0.96% 0.87% -
XYZ 14.22 7.39 69.08 -
YUV 56.06 221.08 94.43 -
System Red Green Blue C M Y K H S L
Decimal 9 48 221 0.96 0.78 0 0.13 228.96 0.92 0.45
Hex 9 30 DD 60 4E 0 D E5 5C 2D
Octal 11 60 335 140 116 0 15 345 134 55
Binary 1001 110000 11011101 1100000 1001110 0 1101 11100101 1011100 101101

Color Harmonies of #0930DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0930DD

Black with #0930DD

Text Example


Text Example

White with #0930DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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