Html Css Color HEX #083CF5 Persian Blue

📋 copy color: '#083CF5'

red 8 ◦ green 60 ◦ blue 245

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

Shades of Persian Blue #083CF5

Tints of Persian Blue #083CF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 78.27%

R = 2.56%
G = 19.17%
B = 78.27%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#083CF5 (or 0x083CF5) is known color: Persian Blue. HEX triplet: 08, 3C and F5. RGB value is (8,60,245). Sum of RGB (Red+Green+Blue) = 8+60+245=313 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 245 (96.09% from 255 or 78.27% from 313); Max value from RGB is 245 - color contains mainly: blue. Hex color #083CF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #083CF5 is #F7C30A. Grayscale: #404040. Windows color (decimal): -16237323 or 16071688. OLE color: 16071688.

HSL color Cylindrical-coordinate representation of color #083CF5: hue angle of 226.84º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #083CF5 is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 8 60 245 -
CMYK 0.97 0.76 0 0.04
HSL 226.84º 0.94% 0.5% -
HSV(B) 226.84º 0.97% 0.96% -
XYZ 18.2 9.88 87.33 -
YUV 65.54 229.27 86.96 -
System Red Green Blue C M Y K H S L
Decimal 8 60 245 0.97 0.76 0 0.04 226.84 0.94 0.5
Hex 8 3C F5 61 4C 0 4 E3 5E 32
Octal 10 74 365 141 114 0 4 343 136 62
Binary 1000 111100 11110101 1100001 1001100 0 100 11100011 1011110 110010

Color Harmonies of #083CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083CF5

Black with #083CF5

Text Example


Text Example

White with #083CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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