Html Css Color HEX #083CCD Persian Blue

📋 copy color: '#083CCD'

red 8 ◦ green 60 ◦ blue 205

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

Shades of Persian Blue #083CCD

Tints of Persian Blue #083CCD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.98%

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

R = 2.93%
G = 21.98%
B = 75.09%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#083CCD (or 0x083CCD) is known color: Persian Blue. HEX triplet: 08, 3C and CD. RGB value is (8,60,205). Sum of RGB (Red+Green+Blue) = 8+60+205=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 205 (80.47% from 255 or 75.09% from 273); Max value from RGB is 205 - color contains mainly: blue. Hex color #083CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083CCD is #F7C332. Grayscale: #3C3C3C. Windows color (decimal): -16237363 or 13450248. OLE color: 13450248.

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

Color convert

RGB 8 60 205 -
CMYK 0.96 0.71 0 0.20
HSL 224.16º 0.92% 0.42% -
HSV(B) 224.16º 0.96% 0.8% -
XYZ 12.74 7.69 58.57 -
YUV 60.98 209.27 90.21 -
System Red Green Blue C M Y K H S L
Decimal 8 60 205 0.96 0.71 0 0.20 224.16 0.92 0.42
Hex 8 3C CD 60 47 0 14 E0 5C 2A
Octal 10 74 315 140 107 0 24 340 134 52
Binary 1000 111100 11001101 1100000 1000111 0 10100 11100000 1011100 101010

Color Harmonies of #083CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083CCD

Black with #083CCD

Text Example


Text Example

White with #083CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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