Html Css Color HEX #083CEA Persian Blue

📋 copy color: '#083CEA'

red 8 ◦ green 60 ◦ blue 234

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

Shades of Persian Blue #083CEA

Tints of Persian Blue #083CEA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.87%

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

R = 2.65%
G = 19.87%
B = 77.48%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#083CEA (or 0x083CEA) is known color: Persian Blue. HEX triplet: 08, 3C and EA. RGB value is (8,60,234). Sum of RGB (Red+Green+Blue) = 8+60+234=302 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.65% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 234 (91.80% from 255 or 77.48% from 302); Max value from RGB is 234 - color contains mainly: blue. Hex color #083CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #083CEA is #F7C315. Grayscale: #3F3F3F. Windows color (decimal): -16237334 or 15350792. OLE color: 15350792.

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

Color convert

RGB 8 60 234 -
CMYK 0.97 0.74 0 0.08
HSL 226.19º 0.93% 0.47% -
HSV(B) 226.19º 0.97% 0.92% -
XYZ 16.57 9.22 78.75 -
YUV 64.29 223.77 87.85 -
System Red Green Blue C M Y K H S L
Decimal 8 60 234 0.97 0.74 0 0.08 226.19 0.93 0.47
Hex 8 3C EA 61 4A 0 8 E2 5D 2F
Octal 10 74 352 141 112 0 10 342 135 57
Binary 1000 111100 11101010 1100001 1001010 0 1000 11100010 1011101 101111

Color Harmonies of #083CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083CEA

Black with #083CEA

Text Example


Text Example

White with #083CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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