Html Css Color HEX #083BEB Persian Blue

📋 copy color: '#083BEB'

red 8 ◦ green 59 ◦ blue 235

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

Shades of Persian Blue #083BEB

Tints of Persian Blue #083BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 77.81%

R = 2.65%
G = 19.54%
B = 77.81%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#083BEB (or 0x083BEB) is known color: Persian Blue. HEX triplet: 08, 3B and EB. RGB value is (8,59,235). Sum of RGB (Red+Green+Blue) = 8+59+235=302 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.65% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 235 (92.19% from 255 or 77.81% from 302); Max value from RGB is 235 - color contains mainly: blue. Hex color #083BEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #083BEB is #F7C414. Grayscale: #3F3F3F. Windows color (decimal): -16237589 or 15416072. OLE color: 15416072.

HSL color Cylindrical-coordinate representation of color #083BEB: hue angle of 226.52º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #083BEB is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 8 59 235 -
CMYK 0.97 0.75 0 0.08
HSL 226.52º 0.93% 0.48% -
HSV(B) 226.52º 0.97% 0.92% -
XYZ 16.66 9.18 79.49 -
YUV 63.82 224.6 88.19 -
System Red Green Blue C M Y K H S L
Decimal 8 59 235 0.97 0.75 0 0.08 226.52 0.93 0.48
Hex 8 3B EB 61 4B 0 8 E3 5D 30
Octal 10 73 353 141 113 0 10 343 135 60
Binary 1000 111011 11101011 1100001 1001011 0 1000 11100011 1011101 110000

Color Harmonies of #083BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083BEB

Black with #083BEB

Text Example


Text Example

White with #083BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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