Html Css Color HEX #083DCD Persian Blue

📋 copy color: '#083DCD'

red 8 ◦ green 61 ◦ blue 205

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

Shades of Persian Blue #083DCD

Tints of Persian Blue #083DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 74.82%

R = 2.92%
G = 22.26%
B = 74.82%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#083DCD (or 0x083DCD) is known color: Persian Blue. HEX triplet: 08, 3D and CD. RGB value is (8,61,205). Sum of RGB (Red+Green+Blue) = 8+61+205=274 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.92% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 205 (80.47% from 255 or 74.82% from 274); Max value from RGB is 205 - color contains mainly: blue. Hex color #083DCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083DCD is #F7C232. Grayscale: #3C3C3C. Windows color (decimal): -16237107 or 13450504. OLE color: 13450504.

HSL color Cylindrical-coordinate representation of color #083DCD: hue angle of 223.86º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #083DCD is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 61 205 -
CMYK 0.96 0.70 0 0.20
HSL 223.86º 0.92% 0.42% -
HSV(B) 223.86º 0.96% 0.8% -
XYZ 12.79 7.8 58.59 -
YUV 61.57 208.94 89.79 -
System Red Green Blue C M Y K H S L
Decimal 8 61 205 0.96 0.70 0 0.20 223.86 0.92 0.42
Hex 8 3D CD 60 46 0 14 E0 5C 2A
Octal 10 75 315 140 106 0 24 340 134 52
Binary 1000 111101 11001101 1100000 1000110 0 10100 11100000 1011100 101010

Color Harmonies of #083DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083DCD

Black with #083DCD

Text Example


Text Example

White with #083DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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