Html Css Color HEX #083FEC Persian Blue

📋 copy color: '#083FEC'

red 8 ◦ green 63 ◦ blue 236

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

Shades of Persian Blue #083FEC

Tints of Persian Blue #083FEC

RGB

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

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

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

R = 2.61%
G = 20.52%
B = 76.87%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#083FEC (or 0x083FEC) is known color: Persian Blue. HEX triplet: 08, 3F and EC. RGB value is (8,63,236). Sum of RGB (Red+Green+Blue) = 8+63+236=307 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 236 (92.58% from 255 or 76.87% from 307); Max value from RGB is 236 - color contains mainly: blue. Hex color #083FEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #083FEC is #F7C013. Grayscale: #414141. Windows color (decimal): -16236564 or 15482632. OLE color: 15482632.

HSL color Cylindrical-coordinate representation of color #083FEC: hue angle of 225.53º 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 #083FEC is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 8 63 236 -
CMYK 0.97 0.73 0 0.07
HSL 225.53º 0.93% 0.48% -
HSV(B) 225.53º 0.97% 0.93% -
XYZ 17.02 9.66 80.33 -
YUV 66.28 223.78 86.43 -
System Red Green Blue C M Y K H S L
Decimal 8 63 236 0.97 0.73 0 0.07 225.53 0.93 0.48
Hex 8 3F EC 61 49 0 7 E2 5D 30
Octal 10 77 354 141 111 0 7 342 135 60
Binary 1000 111111 11101100 1100001 1001001 0 111 11100010 1011101 110000

Color Harmonies of #083FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083FEC

Black with #083FEC

Text Example


Text Example

White with #083FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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