Html Css Color HEX #083DDC Persian Blue

📋 copy color: '#083DDC'

red 8 ◦ green 61 ◦ blue 220

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

Shades of Persian Blue #083DDC

Tints of Persian Blue #083DDC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.11%

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

R = 2.77%
G = 21.11%
B = 76.12%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#083DDC (or 0x083DDC) is known color: Persian Blue. HEX triplet: 08, 3D and DC. RGB value is (8,61,220). Sum of RGB (Red+Green+Blue) = 8+61+220=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 220 (86.33% from 255 or 76.12% from 289); Max value from RGB is 220 - color contains mainly: blue. Hex color #083DDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083DDC is #F7C223. Grayscale: #3E3E3E. Windows color (decimal): -16237092 or 14433544. OLE color: 14433544.

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

Color convert

RGB 8 61 220 -
CMYK 0.96 0.72 0 0.14
HSL 225º 0.93% 0.45% -
HSV(B) 225º 0.96% 0.86% -
XYZ 14.69 8.56 68.59 -
YUV 63.28 216.44 88.57 -
System Red Green Blue C M Y K H S L
Decimal 8 61 220 0.96 0.72 0 0.14 225 0.93 0.45
Hex 8 3D DC 60 48 0 E E1 5D 2D
Octal 10 75 334 140 110 0 16 341 135 55
Binary 1000 111101 11011100 1100000 1001000 0 1110 11100001 1011101 101101

Color Harmonies of #083DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083DDC

Black with #083DDC

Text Example


Text Example

White with #083DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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