Html Css Color HEX #083AD9 Persian Blue

📋 copy color: '#083AD9'

red 8 ◦ green 58 ◦ blue 217

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

Shades of Persian Blue #083AD9

Tints of Persian Blue #083AD9

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.49%

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

R = 2.83%
G = 20.49%
B = 76.68%

CMYK

 C value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#083AD9 (or 0x083AD9) is known color: Persian Blue. HEX triplet: 08, 3A and D9. RGB value is (8,58,217). Sum of RGB (Red+Green+Blue) = 8+58+217=283 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.83% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 217 (85.16% from 255 or 76.68% from 283); Max value from RGB is 217 - color contains mainly: blue. Hex color #083AD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083AD9 is #F7C526. Grayscale: #3C3C3C. Windows color (decimal): -16237863 or 14236168. OLE color: 14236168.

HSL color Cylindrical-coordinate representation of color #083AD9: hue angle of 225.65º 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 #083AD9 is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 8 58 217 -
CMYK 0.96 0.73 0 0.15
HSL 225.65º 0.93% 0.44% -
HSV(B) 225.65º 0.96% 0.85% -
XYZ 14.14 8.09 66.46 -
YUV 61.18 215.94 90.07 -
System Red Green Blue C M Y K H S L
Decimal 8 58 217 0.96 0.73 0 0.15 225.65 0.93 0.44
Hex 8 3A D9 60 49 0 F E2 5D 2C
Octal 10 72 331 140 111 0 17 342 135 54
Binary 1000 111010 11011001 1100000 1001001 0 1111 11100010 1011101 101100

Color Harmonies of #083AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083AD9

Black with #083AD9

Text Example


Text Example

White with #083AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083AD9; }

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

 H1.HeaderClassName
 {
   color: #083AD9;
 }
 .AnyTagClassName
 {
   color: #083AD9;
 }
</style>

background-color css

<style>
 a { background-color: #083AD9; }

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

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

border-color css

<style>
 span { border-color: #083AD9; }

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

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