Html Css Color HEX #083DC6 Persian Blue

📋 copy color: '#083DC6'

red 8 ◦ green 61 ◦ blue 198

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

Shades of Persian Blue #083DC6

Tints of Persian Blue #083DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 74.16%

R = 3%
G = 22.85%
B = 74.16%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#083DC6 (or 0x083DC6) is known color: Persian Blue. HEX triplet: 08, 3D and C6. RGB value is (8,61,198). Sum of RGB (Red+Green+Blue) = 8+61+198=267 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.00% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 198 (77.73% from 255 or 74.16% from 267); Max value from RGB is 198 - color contains mainly: blue. Hex color #083DC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083DC6 is #F7C239. Grayscale: #3C3C3C. Windows color (decimal): -16237114 or 12991752. OLE color: 12991752.

HSL color Cylindrical-coordinate representation of color #083DC6: hue angle of 223.26º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #083DC6 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 8 61 198 -
CMYK 0.96 0.69 0 0.22
HSL 223.26º 0.92% 0.4% -
HSV(B) 223.26º 0.96% 0.78% -
XYZ 11.96 7.47 54.24 -
YUV 60.77 205.44 90.36 -
System Red Green Blue C M Y K H S L
Decimal 8 61 198 0.96 0.69 0 0.22 223.26 0.92 0.4
Hex 8 3D C6 60 45 0 16 DF 5C 28
Octal 10 75 306 140 105 0 26 337 134 50
Binary 1000 111101 11000110 1100000 1000101 0 10110 11011111 1011100 101000

Color Harmonies of #083DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083DC6

Black with #083DC6

Text Example


Text Example

White with #083DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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