Html Css Color HEX #083EF1 Persian Blue

📋 copy color: '#083EF1'

red 8 ◦ green 62 ◦ blue 241

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

Shades of Persian Blue #083EF1

Tints of Persian Blue #083EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 77.49%

R = 2.57%
G = 19.94%
B = 77.49%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#083EF1 (or 0x083EF1) is known color: Persian Blue. HEX triplet: 08, 3E and F1. RGB value is (8,62,241). Sum of RGB (Red+Green+Blue) = 8+62+241=311 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.57% from 311); Green value is 62 (24.61% from 255 or 19.94% from 311); Blue value is 241 (94.53% from 255 or 77.49% from 311); Max value from RGB is 241 - color contains mainly: blue. Hex color #083EF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #083EF1 is #F7C10E. Grayscale: #414141. Windows color (decimal): -16236815 or 15810056. OLE color: 15810056.

HSL color Cylindrical-coordinate representation of color #083EF1: hue angle of 226.09º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #083EF1 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 8 62 241 -
CMYK 0.97 0.74 0 0.05
HSL 226.09º 0.94% 0.49% -
HSV(B) 226.09º 0.97% 0.95% -
XYZ 17.7 9.85 84.19 -
YUV 66.26 226.61 86.45 -
System Red Green Blue C M Y K H S L
Decimal 8 62 241 0.97 0.74 0 0.05 226.09 0.94 0.49
Hex 8 3E F1 61 4A 0 5 E2 5E 31
Octal 10 76 361 141 112 0 5 342 136 61
Binary 1000 111110 11110001 1100001 1001010 0 101 11100010 1011110 110001

Color Harmonies of #083EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083EF1

Black with #083EF1

Text Example


Text Example

White with #083EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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