Html Css Color HEX #083BEA Persian Blue

📋 copy color: '#083BEA'

red 8 ◦ green 59 ◦ blue 234

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

Shades of Persian Blue #083BEA

Tints of Persian Blue #083BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 77.74%

R = 2.66%
G = 19.6%
B = 77.74%

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

#083BEA (or 0x083BEA) is known color: Persian Blue. HEX triplet: 08, 3B and EA. RGB value is (8,59,234). Sum of RGB (Red+Green+Blue) = 8+59+234=301 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.66% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 234 (91.80% from 255 or 77.74% from 301); Max value from RGB is 234 - color contains mainly: blue. Hex color #083BEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #083BEA is #F7C415. Grayscale: #3E3E3E. Windows color (decimal): -16237590 or 15350536. OLE color: 15350536.

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

Color convert

RGB 8 59 234 -
CMYK 0.97 0.75 0 0.08
HSL 226.46º 0.93% 0.47% -
HSV(B) 226.46º 0.97% 0.92% -
XYZ 16.52 9.12 78.73 -
YUV 63.7 224.1 88.27 -
System Red Green Blue C M Y K H S L
Decimal 8 59 234 0.97 0.75 0 0.08 226.46 0.93 0.47
Hex 8 3B EA 61 4B 0 8 E2 5D 2F
Octal 10 73 352 141 113 0 10 342 135 57
Binary 1000 111011 11101010 1100001 1001011 0 1000 11100010 1011101 101111

Color Harmonies of #083BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083BEA

Black with #083BEA

Text Example


Text Example

White with #083BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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