Html Css Color HEX #083FEA Persian Blue

📋 copy color: '#083FEA'

red 8 ◦ green 63 ◦ blue 234

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

Shades of Persian Blue #083FEA

Tints of Persian Blue #083FEA

RGB

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

 GREEN value IS 63 (25% from 255) = 20.66%

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

R = 2.62%
G = 20.66%
B = 76.72%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#083FEA (or 0x083FEA) is known color: Persian Blue. HEX triplet: 08, 3F and EA. RGB value is (8,63,234). Sum of RGB (Red+Green+Blue) = 8+63+234=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 234 (91.80% from 255 or 76.72% from 305); Max value from RGB is 234 - color contains mainly: blue. Hex color #083FEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #083FEA is #F7C015. Grayscale: #414141. Windows color (decimal): -16236566 or 15351560. OLE color: 15351560.

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

Color convert

RGB 8 63 234 -
CMYK 0.97 0.73 0 0.08
HSL 225.4º 0.93% 0.47% -
HSV(B) 225.4º 0.97% 0.92% -
XYZ 16.73 9.55 78.8 -
YUV 66.05 222.78 86.6 -
System Red Green Blue C M Y K H S L
Decimal 8 63 234 0.97 0.73 0 0.08 225.4 0.93 0.47
Hex 8 3F EA 61 49 0 8 E1 5D 2F
Octal 10 77 352 141 111 0 10 341 135 57
Binary 1000 111111 11101010 1100001 1001001 0 1000 11100001 1011101 101111

Color Harmonies of #083FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083FEA

Black with #083FEA

Text Example


Text Example

White with #083FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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