Html Css Color HEX #083CF6 Persian Blue

📋 copy color: '#083CF6'

red 8 ◦ green 60 ◦ blue 246

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

Shades of Persian Blue #083CF6

Tints of Persian Blue #083CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 78.34%

R = 2.55%
G = 19.11%
B = 78.34%

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

#083CF6 (or 0x083CF6) is known color: Persian Blue. HEX triplet: 08, 3C and F6. RGB value is (8,60,246). Sum of RGB (Red+Green+Blue) = 8+60+246=314 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.55% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 246 (96.48% from 255 or 78.34% from 314); Max value from RGB is 246 - color contains mainly: blue. Hex color #083CF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #083CF6 is #F7C309. Grayscale: #404040. Windows color (decimal): -16237322 or 16137224. OLE color: 16137224.

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

Color convert

RGB 8 60 246 -
CMYK 0.97 0.76 0 0.04
HSL 226.89º 0.94% 0.5% -
HSV(B) 226.89º 0.97% 0.96% -
XYZ 18.35 9.94 88.14 -
YUV 65.66 229.77 86.88 -
System Red Green Blue C M Y K H S L
Decimal 8 60 246 0.97 0.76 0 0.04 226.89 0.94 0.5
Hex 8 3C F6 61 4C 0 4 E3 5E 32
Octal 10 74 366 141 114 0 4 343 136 62
Binary 1000 111100 11110110 1100001 1001100 0 100 11100011 1011110 110010

Color Harmonies of #083CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083CF6

Black with #083CF6

Text Example


Text Example

White with #083CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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