Html Css Color HEX #083DCE Persian Blue

📋 copy color: '#083DCE'

red 8 ◦ green 61 ◦ blue 206

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

Shades of Persian Blue #083DCE

Tints of Persian Blue #083DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 74.91%

R = 2.91%
G = 22.18%
B = 74.91%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#083DCE (or 0x083DCE) is known color: Persian Blue. HEX triplet: 08, 3D and CE. RGB value is (8,61,206). Sum of RGB (Red+Green+Blue) = 8+61+206=275 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.91% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 206 (80.86% from 255 or 74.91% from 275); Max value from RGB is 206 - color contains mainly: blue. Hex color #083DCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083DCE is #F7C231. Grayscale: #3D3D3D. Windows color (decimal): -16237106 or 13516040. OLE color: 13516040.

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

Color convert

RGB 8 61 206 -
CMYK 0.96 0.70 0 0.19
HSL 223.94º 0.93% 0.42% -
HSV(B) 223.94º 0.96% 0.81% -
XYZ 12.91 7.85 59.23 -
YUV 61.68 209.44 89.71 -
System Red Green Blue C M Y K H S L
Decimal 8 61 206 0.96 0.70 0 0.19 223.94 0.93 0.42
Hex 8 3D CE 60 46 0 13 E0 5D 2A
Octal 10 75 316 140 106 0 23 340 135 52
Binary 1000 111101 11001110 1100000 1000110 0 10011 11100000 1011101 101010

Color Harmonies of #083DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083DCE

Black with #083DCE

Text Example


Text Example

White with #083DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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