Html Css Color HEX #083BE7 Persian Blue

📋 copy color: '#083BE7'

red 8 ◦ green 59 ◦ blue 231

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

Shades of Persian Blue #083BE7

Tints of Persian Blue #083BE7

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.8%

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

R = 2.68%
G = 19.8%
B = 77.52%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#083BE7 (or 0x083BE7) is known color: Persian Blue. HEX triplet: 08, 3B and E7. RGB value is (8,59,231). Sum of RGB (Red+Green+Blue) = 8+59+231=298 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 298); Green value is 59 (23.44% from 255 or 19.80% from 298); Blue value is 231 (90.62% from 255 or 77.52% from 298); Max value from RGB is 231 - color contains mainly: blue. Hex color #083BE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #083BE7 is #F7C418. Grayscale: #3E3E3E. Windows color (decimal): -16237593 or 15153928. OLE color: 15153928.

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

Color convert

RGB 8 59 231 -
CMYK 0.97 0.74 0 0.09
HSL 226.28º 0.93% 0.47% -
HSV(B) 226.28º 0.97% 0.91% -
XYZ 16.09 8.95 76.48 -
YUV 63.36 222.6 88.51 -
System Red Green Blue C M Y K H S L
Decimal 8 59 231 0.97 0.74 0 0.09 226.28 0.93 0.47
Hex 8 3B E7 61 4A 0 9 E2 5D 2F
Octal 10 73 347 141 112 0 11 342 135 57
Binary 1000 111011 11100111 1100001 1001010 0 1001 11100010 1011101 101111

Color Harmonies of #083BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083BE7

Black with #083BE7

Text Example


Text Example

White with #083BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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