Html Css Color HEX #0830D9 Persian Blue

📋 copy color: '#0830D9'

red 8 ◦ green 48 ◦ blue 217

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

Shades of Persian Blue #0830D9

Tints of Persian Blue #0830D9

RGB

 RED value IS 8 (3.52% from 255) = 2.93%

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

 BLUE value IS 217 (85.16% from 255) = 79.49%

R = 2.93%
G = 17.58%
B = 79.49%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0830D9 (or 0x0830D9) is known color: Persian Blue. HEX triplet: 08, 30 and D9. RGB value is (8,48,217). Sum of RGB (Red+Green+Blue) = 8+48+217=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 217 (85.16% from 255 or 79.49% from 273); Max value from RGB is 217 - color contains mainly: blue. Hex color #0830D9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0830D9 is #F7CF26. Grayscale: #363636. Windows color (decimal): -16240423 or 14233608. OLE color: 14233608.

HSL color Cylindrical-coordinate representation of color #0830D9: hue angle of 228.52º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0830D9 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 8 48 217 -
CMYK 0.96 0.78 0 0.15
HSL 228.52º 0.93% 0.44% -
HSV(B) 228.52º 0.96% 0.85% -
XYZ 13.68 7.18 66.31 -
YUV 55.31 219.25 94.26 -
System Red Green Blue C M Y K H S L
Decimal 8 48 217 0.96 0.78 0 0.15 228.52 0.93 0.44
Hex 8 30 D9 60 4E 0 F E5 5D 2C
Octal 10 60 331 140 116 0 17 345 135 54
Binary 1000 110000 11011001 1100000 1001110 0 1111 11100101 1011101 101100

Color Harmonies of #0830D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0830D9

Black with #0830D9

Text Example


Text Example

White with #0830D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0830D9; }

 p { color: rgb(8,48,217); }

 H1.HeaderClassName
 {
   color: #0830D9;
 }
 .AnyTagClassName
 {
   color: #0830D9;
 }
</style>

background-color css

<style>
 a { background-color: #0830D9; }

 a { background-color: rgb(8,48,217); }

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

border-color css

<style>
 span { border-color: #0830D9; }

 span { border-color: rgb(8,48,217); }

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