Html Css Color HEX #083EC9 Persian Blue

📋 copy color: '#083EC9'

red 8 ◦ green 62 ◦ blue 201

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

Shades of Persian Blue #083EC9

Tints of Persian Blue #083EC9

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.88%

 BLUE value IS 201 (78.91% from 255) = 74.17%

R = 2.95%
G = 22.88%
B = 74.17%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#083EC9 (or 0x083EC9) is known color: Persian Blue. HEX triplet: 08, 3E and C9. RGB value is (8,62,201). Sum of RGB (Red+Green+Blue) = 8+62+201=271 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.95% from 271); Green value is 62 (24.61% from 255 or 22.88% from 271); Blue value is 201 (78.91% from 255 or 74.17% from 271); Max value from RGB is 201 - color contains mainly: blue. Hex color #083EC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083EC9 is #F7C136. Grayscale: #3D3D3D. Windows color (decimal): -16236855 or 13188616. OLE color: 13188616.

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

Color convert

RGB 8 62 201 -
CMYK 0.96 0.69 0 0.21
HSL 223.21º 0.92% 0.41% -
HSV(B) 223.21º 0.96% 0.79% -
XYZ 12.37 7.71 56.1 -
YUV 61.7 206.61 89.7 -
System Red Green Blue C M Y K H S L
Decimal 8 62 201 0.96 0.69 0 0.21 223.21 0.92 0.41
Hex 8 3E C9 60 45 0 15 DF 5C 29
Octal 10 76 311 140 105 0 25 337 134 51
Binary 1000 111110 11001001 1100000 1000101 0 10101 11011111 1011100 101001

Color Harmonies of #083EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083EC9

Black with #083EC9

Text Example


Text Example

White with #083EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,62,201); }

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

background-color css

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

 a { background-color: rgb(8,62,201); }

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

border-color css

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

 span { border-color: rgb(8,62,201); }

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