Html Css Color HEX #083FCD Persian Blue

📋 copy color: '#083FCD'

red 8 ◦ green 63 ◦ blue 205

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

Shades of Persian Blue #083FCD

Tints of Persian Blue #083FCD

RGB

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

 GREEN value IS 63 (25% from 255) = 22.83%

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

R = 2.9%
G = 22.83%
B = 74.28%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#083FCD (or 0x083FCD) is known color: Persian Blue. HEX triplet: 08, 3F and CD. RGB value is (8,63,205). Sum of RGB (Red+Green+Blue) = 8+63+205=276 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.90% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 205 (80.47% from 255 or 74.28% from 276); Max value from RGB is 205 - color contains mainly: blue. Hex color #083FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083FCD is #F7C032. Grayscale: #3E3E3E. Windows color (decimal): -16236595 or 13451016. OLE color: 13451016.

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

Color convert

RGB 8 63 205 -
CMYK 0.96 0.69 0 0.20
HSL 223.25º 0.92% 0.42% -
HSV(B) 223.25º 0.96% 0.8% -
XYZ 12.9 8.01 58.62 -
YUV 62.74 208.28 88.95 -
System Red Green Blue C M Y K H S L
Decimal 8 63 205 0.96 0.69 0 0.20 223.25 0.92 0.42
Hex 8 3F CD 60 45 0 14 DF 5C 2A
Octal 10 77 315 140 105 0 24 337 134 52
Binary 1000 111111 11001101 1100000 1000101 0 10100 11011111 1011100 101010

Color Harmonies of #083FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083FCD

Black with #083FCD

Text Example


Text Example

White with #083FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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