Html Css Color HEX #083EE7 Persian Blue

📋 copy color: '#083EE7'

red 8 ◦ green 62 ◦ blue 231

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

Shades of Persian Blue #083EE7

Tints of Persian Blue #083EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 76.74%

R = 2.66%
G = 20.6%
B = 76.74%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#083EE7 (or 0x083EE7) is known color: Persian Blue. HEX triplet: 08, 3E and E7. RGB value is (8,62,231). Sum of RGB (Red+Green+Blue) = 8+62+231=301 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.66% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 231 (90.62% from 255 or 76.74% from 301); Max value from RGB is 231 - color contains mainly: blue. Hex color #083EE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #083EE7 is #F7C118. Grayscale: #404040. Windows color (decimal): -16236825 or 15154696. OLE color: 15154696.

HSL color Cylindrical-coordinate representation of color #083EE7: hue angle of 225.47º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #083EE7 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 8 62 231 -
CMYK 0.97 0.73 0 0.09
HSL 225.47º 0.93% 0.47% -
HSV(B) 225.47º 0.97% 0.91% -
XYZ 16.25 9.27 76.53 -
YUV 65.12 221.61 87.26 -
System Red Green Blue C M Y K H S L
Decimal 8 62 231 0.97 0.73 0 0.09 225.47 0.93 0.47
Hex 8 3E E7 61 49 0 9 E1 5D 2F
Octal 10 76 347 141 111 0 11 341 135 57
Binary 1000 111110 11100111 1100001 1001001 0 1001 11100001 1011101 101111

Color Harmonies of #083EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083EE7

Black with #083EE7

Text Example


Text Example

White with #083EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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