Html Css Color HEX #083BE8 Persian Blue

📋 copy color: '#083BE8'

red 8 ◦ green 59 ◦ blue 232

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

Shades of Persian Blue #083BE8

Tints of Persian Blue #083BE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 77.59%

R = 2.68%
G = 19.73%
B = 77.59%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#083BE8 (or 0x083BE8) is known color: Persian Blue. HEX triplet: 08, 3B and E8. RGB value is (8,59,232). Sum of RGB (Red+Green+Blue) = 8+59+232=299 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 232 (91.02% from 255 or 77.59% from 299); Max value from RGB is 232 - color contains mainly: blue. Hex color #083BE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #083BE8 is #F7C417. Grayscale: #3E3E3E. Windows color (decimal): -16237592 or 15219464. OLE color: 15219464.

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

Color convert

RGB 8 59 232 -
CMYK 0.97 0.75 0 0.09
HSL 226.34º 0.93% 0.47% -
HSV(B) 226.34º 0.97% 0.91% -
XYZ 16.23 9.01 77.23 -
YUV 63.47 223.1 88.43 -
System Red Green Blue C M Y K H S L
Decimal 8 59 232 0.97 0.75 0 0.09 226.34 0.93 0.47
Hex 8 3B E8 61 4B 0 9 E2 5D 2F
Octal 10 73 350 141 113 0 11 342 135 57
Binary 1000 111011 11101000 1100001 1001011 0 1001 11100010 1011101 101111

Color Harmonies of #083BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083BE8

Black with #083BE8

Text Example


Text Example

White with #083BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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