Html Css Color HEX #083ADC Persian Blue

📋 copy color: '#083ADC'

red 8 ◦ green 58 ◦ blue 220

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

Shades of Persian Blue #083ADC

Tints of Persian Blue #083ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 76.92%

R = 2.8%
G = 20.28%
B = 76.92%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#083ADC (or 0x083ADC) is known color: Persian Blue. HEX triplet: 08, 3A and DC. RGB value is (8,58,220). Sum of RGB (Red+Green+Blue) = 8+58+220=286 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.80% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 220 (86.33% from 255 or 76.92% from 286); Max value from RGB is 220 - color contains mainly: blue. Hex color #083ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083ADC is #F7C523. Grayscale: #3C3C3C. Windows color (decimal): -16237860 or 14432776. OLE color: 14432776.

HSL color Cylindrical-coordinate representation of color #083ADC: hue angle of 225.85º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #083ADC is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 58 220 -
CMYK 0.96 0.74 0 0.14
HSL 225.85º 0.93% 0.45% -
HSV(B) 225.85º 0.96% 0.86% -
XYZ 14.53 8.25 68.54 -
YUV 61.52 217.44 89.83 -
System Red Green Blue C M Y K H S L
Decimal 8 58 220 0.96 0.74 0 0.14 225.85 0.93 0.45
Hex 8 3A DC 60 4A 0 E E2 5D 2D
Octal 10 72 334 140 112 0 16 342 135 55
Binary 1000 111010 11011100 1100000 1001010 0 1110 11100010 1011101 101101

Color Harmonies of #083ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083ADC

Black with #083ADC

Text Example


Text Example

White with #083ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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