Html Css Color HEX #083EEC Persian Blue

📋 copy color: '#083EEC'

red 8 ◦ green 62 ◦ blue 236

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

Shades of Persian Blue #083EEC

Tints of Persian Blue #083EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 77.12%

R = 2.61%
G = 20.26%
B = 77.12%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#083EEC (or 0x083EEC) is known color: Persian Blue. HEX triplet: 08, 3E and EC. RGB value is (8,62,236). Sum of RGB (Red+Green+Blue) = 8+62+236=306 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 306); Green value is 62 (24.61% from 255 or 20.26% from 306); Blue value is 236 (92.58% from 255 or 77.12% from 306); Max value from RGB is 236 - color contains mainly: blue. Hex color #083EEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #083EEC is #F7C113. Grayscale: #404040. Windows color (decimal): -16236820 or 15482376. OLE color: 15482376.

HSL color Cylindrical-coordinate representation of color #083EEC: hue angle of 225.79º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #083EEC is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 8 62 236 -
CMYK 0.97 0.74 0 0.07
HSL 225.79º 0.93% 0.48% -
HSV(B) 225.79º 0.97% 0.93% -
XYZ 16.96 9.55 80.31 -
YUV 65.69 224.11 86.85 -
System Red Green Blue C M Y K H S L
Decimal 8 62 236 0.97 0.74 0 0.07 225.79 0.93 0.48
Hex 8 3E EC 61 4A 0 7 E2 5D 30
Octal 10 76 354 141 112 0 7 342 135 60
Binary 1000 111110 11101100 1100001 1001010 0 111 11100010 1011101 110000

Color Harmonies of #083EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083EEC

Black with #083EEC

Text Example


Text Example

White with #083EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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