Html Css Color HEX #083BDC Persian Blue

📋 copy color: '#083BDC'

red 8 ◦ green 59 ◦ blue 220

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

Shades of Persian Blue #083BDC

Tints of Persian Blue #083BDC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.56%

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

R = 2.79%
G = 20.56%
B = 76.66%

CMYK

 C value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#083BDC (or 0x083BDC) is known color: Persian Blue. HEX triplet: 08, 3B and DC. RGB value is (8,59,220). Sum of RGB (Red+Green+Blue) = 8+59+220=287 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.79% from 287); Green value is 59 (23.44% from 255 or 20.56% from 287); Blue value is 220 (86.33% from 255 or 76.66% from 287); Max value from RGB is 220 - color contains mainly: blue. Hex color #083BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083BDC is #F7C423. Grayscale: #3D3D3D. Windows color (decimal): -16237604 or 14433032. OLE color: 14433032.

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

Color convert

RGB 8 59 220 -
CMYK 0.96 0.73 0 0.14
HSL 225.57º 0.93% 0.45% -
HSV(B) 225.57º 0.96% 0.86% -
XYZ 14.58 8.35 68.55 -
YUV 62.11 217.1 89.41 -
System Red Green Blue C M Y K H S L
Decimal 8 59 220 0.96 0.73 0 0.14 225.57 0.93 0.45
Hex 8 3B DC 60 49 0 E E2 5D 2D
Octal 10 73 334 140 111 0 16 342 135 55
Binary 1000 111011 11011100 1100000 1001001 0 1110 11100010 1011101 101101

Color Harmonies of #083BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083BDC

Black with #083BDC

Text Example


Text Example

White with #083BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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