Html Css Color HEX #083FE7 Persian Blue

📋 copy color: '#083FE7'

red 8 ◦ green 63 ◦ blue 231

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

Shades of Persian Blue #083FE7

Tints of Persian Blue #083FE7

RGB

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

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

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

R = 2.65%
G = 20.86%
B = 76.49%

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

#083FE7 (or 0x083FE7) is known color: Persian Blue. HEX triplet: 08, 3F and E7. RGB value is (8,63,231). Sum of RGB (Red+Green+Blue) = 8+63+231=302 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.65% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 231 (90.62% from 255 or 76.49% from 302); Max value from RGB is 231 - color contains mainly: blue. Hex color #083FE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #083FE7 is #F7C018. Grayscale: #404040. Windows color (decimal): -16236569 or 15154952. OLE color: 15154952.

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

Color convert

RGB 8 63 231 -
CMYK 0.97 0.73 0 0.09
HSL 225.2º 0.93% 0.47% -
HSV(B) 225.2º 0.97% 0.91% -
XYZ 16.3 9.38 76.55 -
YUV 65.71 221.28 86.84 -
System Red Green Blue C M Y K H S L
Decimal 8 63 231 0.97 0.73 0 0.09 225.2 0.93 0.47
Hex 8 3F E7 61 49 0 9 E1 5D 2F
Octal 10 77 347 141 111 0 11 341 135 57
Binary 1000 111111 11100111 1100001 1001001 0 1001 11100001 1011101 101111

Color Harmonies of #083FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083FE7

Black with #083FE7

Text Example


Text Example

White with #083FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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